More tests for getUrl. Beginning of tests for canView.
This commit is contained in:
parent
624d6404aa
commit
ea7fe2650b
2 changed files with 30 additions and 2 deletions
|
|
@ -27,6 +27,11 @@ sub class {
|
|||
return 'WebGUI::Account::Friends';
|
||||
}
|
||||
|
||||
sub canView : Test(1) {
|
||||
local $TODO = 'Write tests for canView for Friends';
|
||||
ok(0,'Tests for canView for Friends');
|
||||
}
|
||||
|
||||
1;
|
||||
|
||||
#vim:ft=perl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue