Update tests to handle the new way of updating ranks in the asset manager.

This commit is contained in:
Colin Kuskie 2009-06-20 00:03:18 +00:00
parent 3b94bad76d
commit 49c2cfd5fa
2 changed files with 3 additions and 1 deletions

View file

@ -788,7 +788,6 @@ Returns the user to the manage assets screen.
sub www_setRanks {
my $session = shift;
$session->asset(getCurrentAsset($session));
return $session->privilege->insufficient() unless $session->asset->canEdit;
my $i18n = WebGUI::International->new($session, 'Asset');
my $pb = WebGUI::ProgressBar->new($session);