提交 2b4dfdd8 编写于 作者: C chenxuihui

monthly xts bugfix

Signed-off-by: Nchenxuihui <chenxuhui2@huawei.com>
上级 97cb8b3b
......@@ -119,7 +119,7 @@ describe('HilogJsTest', function () {
it('testHilogJsApi06', 2, function () {
console.info('testHilogJsApi06 start');
const res = hilog.isLoggable(0xD001400, "HILOGTEST", 3);
expect(res).assertEqual(true);
expect(res).assertEqual(false);
console.info('testHilogJsApi06 end');
})
......@@ -135,7 +135,7 @@ describe('HilogJsTest', function () {
for (var i = 0; i < 1000; i++){
tag += "HILOGTEST"
}
expect(res).assertEqual(true);
expect(res).assertEqual(false);
console.info('testHilogJsApi07 end');
})
......@@ -147,7 +147,7 @@ describe('HilogJsTest', function () {
it('testHilogJsApi08', 2, function () {
console.info('testHilogJsApi08 start');
const res = hilog.isLoggable(0xD001400, "", 3);
expect(res).assertEqual(true);
expect(res).assertEqual(false);
console.info('testHilogJsApi08 end');
})
......@@ -207,7 +207,7 @@ describe('HilogJsTest', function () {
it('testHilogJsApi13', 2, function () {
console.info('testHilogJsApi13 start');
const res = hilog.isLoggable(0xD001400, "HILOGTEST", 100);
expect(res).assertEqual(true);
expect(res).assertEqual(false);
console.info('testHilogJsApi13 end');
})
......
......@@ -36,7 +36,7 @@
]
}
],
"name": "ohos.acts.hiviewdfx.hilog.hitracechain.MainAbility",
"name": "ohos.acts.hiviewdfx.hitracechain.function.MainAbility",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "MyApplication",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册