提交 463d81d0 编写于 作者: O openharmony_ci 提交者: Gitee

!766 sync cases from master to lts

Merge pull request !766 from 杨清/cherry-pick-1632655666
......@@ -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.
先完成此消息的编辑!
想要评论请 注册