Add a method for getViewCacheKey. Update number of tests.

This commit is contained in:
Colin Kuskie 2010-05-09 19:03:20 -07:00
parent 95fe1e6d52
commit 923e03f048
2 changed files with 41 additions and 28 deletions

View file

@ -35,7 +35,7 @@ my $session = WebGUI::Test->session;
my @getTitleTests = getTitleTests($session);
plan tests => 110
plan tests => 121
+ 2*scalar(@getTitleTests) #same tests used for getTitle and getMenuTitle
;