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 = (
{
input => ['macroName', 'Macro_International'],
output => q!International!,
input => ['none', 'Asset'],
output => q!None!,
comment => q|explicit namespace|,
},
{
input => ['international title', 'Macro_International'],
output => q!International Macro!,
input => ['change url', 'Asset'],
output => q!Change URL!,
comment => q|space in label|,
},
{