fixes for new session and i18n APIs

This commit is contained in:
Colin Kuskie 2006-01-15 04:02:25 +00:00
parent 441e6e1d4a
commit d67e2cf9ed
2 changed files with 42 additions and 34 deletions

View file

@ -36,8 +36,6 @@ plan tests => $numTests;
diag("Check for mandatory lables for Help table of contents");
diag(Dumper(\@helpFileSet));
foreach my $fileSet (@helpFileSet) {
my $file = $fileSet->[1];
ok(WebGUI::Operation::Help::_getHelpName($session, $file), "Missing label for $file");