More tests for getUrl. Beginning of tests for canView.

This commit is contained in:
Colin Kuskie 2009-03-26 05:14:31 +00:00
parent 624d6404aa
commit ea7fe2650b
2 changed files with 30 additions and 2 deletions

View file

@ -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