update test due to changes in i18n files
This commit is contained in:
parent
2082506efb
commit
e97d44142a
1 changed files with 4 additions and 4 deletions
|
|
@ -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|,
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue