提交 c47928b9 编写于 作者: Y y00314596

add by yangqing3@huawei.com

Signed-off-by: Ny00314596 <yangqing3@huawei.com>
上级 6752a971
...@@ -61,7 +61,7 @@ describe('LangTest', function () { ...@@ -61,7 +61,7 @@ describe('LangTest', function () {
} }
/* * /* *
* execute this step after every testcase * restore the init lang list
*/ */
function restoreLang(){ function restoreLang(){
for(let j = 0; j < initLen; j++){ for(let j = 0; j < initLen; j++){
...@@ -127,7 +127,14 @@ describe('LangTest', function () { ...@@ -127,7 +127,14 @@ describe('LangTest', function () {
console.log('i18n_test_clock_0100 ' + 'start'); console.log('i18n_test_clock_0100 ' + 'start');
let value = I18n.is24HourClock(); let value = I18n.is24HourClock();
console.log('i18n_test_clock_0100 ' + value); console.log('i18n_test_clock_0100 ' + value);
if(hour)
{
expect(value).assertTrue();
}
else
{
expect(value).assertFalse(); expect(value).assertFalse();
}
}) })
/* * /* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册