test fix
This commit is contained in:
parent
c2390164e6
commit
ddf3a9ed74
2 changed files with 2 additions and 7 deletions
|
|
@ -21,7 +21,7 @@ my $session = WebGUI::Test->session;
|
|||
|
||||
my $numTests = 1; ##For conditional load check
|
||||
my $langTests = 4; ##For language look-up tests
|
||||
$numTests += 11 + $langTests;
|
||||
$numTests += 12 + $langTests;
|
||||
|
||||
plan tests => $numTests;
|
||||
|
||||
|
|
@ -81,11 +81,6 @@ SKIP: {
|
|||
'Key Contained Spaces',
|
||||
'keys with spaces work'
|
||||
);
|
||||
is(
|
||||
$i18n->get('template url_addAlbum','Asset_Gallery'),
|
||||
'Key Contained Spaces',
|
||||
'keys with spaces work'
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue