remove WebGUI::Utility::sortHashDescending
This commit is contained in:
parent
c1132e4298
commit
a0a26da3bc
2 changed files with 1 additions and 26 deletions
|
|
@ -47,9 +47,7 @@ is(WebGUI::Utility::round(47.6, 0), 48, 'round() - rounds up, too');
|
|||
tie my %hash2, 'Tie::IxHash';
|
||||
tie my %hash3, 'Tie::IxHash';
|
||||
%hash2 = WebGUI::Utility::sortHash(%hash1);
|
||||
%hash3 = WebGUI::Utility::sortHashDescending(%hash1);
|
||||
is_deeply([keys %hash2], [qw/e c b d a/], 'sortHash');
|
||||
is_deeply([keys %hash3], [qw/a d b c e/], 'sortHashDescending');
|
||||
}
|
||||
|
||||
#####################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue