未验证 提交 b0b9e693 编写于 作者: O openharmony_ci 提交者: Gitee

!2665 modify log level to 3.1 rls

Merge pull request !2665 from 杨清/cherry-pick-1647674124
......@@ -61,7 +61,7 @@ describe('LangTest', function () {
}
/* *
* execute this step after every testcase
* restore the init lang list
*/
function restoreLang(){
for(let j = 0; j < initLen; j++){
......@@ -127,7 +127,14 @@ describe('LangTest', function () {
console.log('i18n_test_clock_0100 ' + 'start');
let value = I18n.is24HourClock();
console.log('i18n_test_clock_0100 ' + value);
expect(value).assertFalse();
if(hour)
{
expect(value).assertTrue();
}
else
{
expect(value).assertFalse();
}
})
/* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册