update test due to changes in i18n files

This commit is contained in:
Colin Kuskie 2007-07-24 03:35:34 +00:00
parent 2082506efb
commit e97d44142a

View file

@ -22,13 +22,13 @@ my $session = WebGUI::Test->session;
my @testSets = ( my @testSets = (
{ {
input => ['macroName', 'Macro_International'], input => ['none', 'Asset'],
output => q!International!, output => q!None!,
comment => q|explicit namespace|, comment => q|explicit namespace|,
}, },
{ {
input => ['international title', 'Macro_International'], input => ['change url', 'Asset'],
output => q!International Macro!, output => q!Change URL!,
comment => q|space in label|, comment => q|space in label|,
}, },
{ {