remove WebGUI::Utility::randomizeHash

This commit is contained in:
Graham Knop 2010-08-20 12:43:10 -05:00
parent 721ab1fbd6
commit f68ac24495
2 changed files with 1 additions and 31 deletions

View file

@ -40,12 +40,6 @@ SKIP: {
ok(undef, 'randomizeArray()');
}
# randomizeHash
SKIP: {
skip("Don't know how to test randomizeHash.",1);
ok(undef, 'randomizeHash()');
}
# round
is(WebGUI::Utility::round(47.133984233, 0), 47, 'round() - 0 significant digits');
is(WebGUI::Utility::round(47.133984233, 3), 47.134, 'round() - multiple significant digits');