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 = (
|
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|,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue