remove WebGUI::Utility::randomizeHash
This commit is contained in:
parent
721ab1fbd6
commit
f68ac24495
2 changed files with 1 additions and 31 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue