merged with HEAD and other interesting changes

This commit is contained in:
David Delikat 2009-03-19 04:12:03 +00:00
parent 66c6c0fae5
commit 856cc06d04
151 changed files with 7335 additions and 2602 deletions

View file

@ -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'
);
}