add another privilege method for handling locked assets

This commit is contained in:
Colin Kuskie 2007-04-27 22:20:27 +00:00
parent 58018d5d69
commit 38060cc0cb
3 changed files with 37 additions and 0 deletions

View file

@ -32,6 +32,12 @@ my @simpleTests = (
description => 'Insufficient Privileges',
titleCode => 37,
},
{
method => 'locked',
status => 401,
description => 'Insufficient Privileges',
titleCode => 37,
},
{
method => 'notMember',
status => 400,