提交 d5689bde 编写于 作者: Y y00314596

yangqing3@huawei.com

Signed-off-by: Ny00314596 <yangqing3@huawei.com>
上级 a7afd973
......@@ -553,7 +553,6 @@ describe('I18nTest', function () {
it('i18n_test_3900', 0, function () {
let value = I18n.getDisplayCountry('zh', 'en-US', true);
console.log('i18n_test_3900 ' + value);
expect(value).assertNull();
expect(value).assertEqual('China');
})
......@@ -576,7 +575,6 @@ describe('I18nTest', function () {
it('i18n_test_4100', 0, function () {
let value = I18n.getDisplayCountry('zh-Hans', 'en-US', true);
console.log('i18n_test_4100 ' + value);
expect(value).assertNull();
expect(value).assertEqual('China');
})
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册