diff --git a/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json b/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json index 9a9e2f6e49838cb4a6f3b2ebadc068088e3e8cb4..2d566628180c910fa05b528e89fba84230fbe589 100644 --- a/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json +++ b/hiviewdfx/hiappeventtest/hiappeventjstest/Test.json @@ -4,8 +4,8 @@ "type": "OHJSUnitTest", "test-timeout": "270000", "shell-timeout": "270000", - "bundle-name": "ohos.acts.hiviewdfx.hilog.function", - "package-name": "ohos.acts.hiviewdfx.hilog.function" + "bundle-name": "ohos.acts.hiviewdfx.hiappevent.function", + "package-name": "ohos.acts.hiviewdfx.hiappevent.function" }, "kits": [ { diff --git a/hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json b/hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json index ad5d56e253b6662e4897d2593f9a94c05aded131..07e8861cae6e296726509b178515cef22dae3050 100644 --- a/hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json +++ b/hiviewdfx/hiappeventtest/hiappeventjstest/src/main/config.json @@ -1,6 +1,6 @@ { "app": { - "bundleName": "ohos.acts.hiviewdfx.hilog.function", + "bundleName": "ohos.acts.hiviewdfx.hiappevent.function", "vendor": "example", "version": { "code": 1, @@ -13,7 +13,7 @@ }, "deviceConfig": {}, "module": { - "package": "ohos.acts.hiviewdfx.hilog.function", + "package": "ohos.acts.hiviewdfx.hiappevent.function", "name": ".entry", "deviceType": [ "phone" diff --git a/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js b/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js index ed08dbeb58931b088b58905d3ba511d0c4ef5a8b..bff63613f9083672dffd966dd6bdfef0fa34a045 100644 --- a/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js +++ b/hiviewdfx/hilogtest/hilogjstest/src/main/js/test/HilogJsTest.js @@ -119,7 +119,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi06', 2, function () { console.info('testHilogJsApi06 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 3); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.DEBUG); expect(res).assertEqual(false); console.info('testHilogJsApi06 end'); }) @@ -131,7 +131,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi07', 2, function () { console.info('testHilogJsApi07 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 3); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.DEBUG); var tag = ""; for (var i = 0; i < 1000; i++){ tag += "HILOGTEST" @@ -147,7 +147,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi08', 2, function () { console.info('testHilogJsApi08 start'); - const res = hilog.isLoggable(0xD001400, "", 3); + const res = hilog.isLoggable(0xD001400, "", hilog.LogLevel.DEBUG); expect(res).assertEqual(false); console.info('testHilogJsApi08 end'); }) @@ -159,7 +159,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi09', 2, function () { console.info('testHilogJsApi09 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 6); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.ERROR); expect(res).assertEqual(true); console.info('testHilogJsApi09 end'); }) @@ -171,7 +171,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi10', 2, function () { console.info('testHilogJsApi10 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 7); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.FATAL); expect(res).assertEqual(true); console.info('testHilogJsApi10 end'); }) @@ -183,7 +183,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi11', 2, function () { console.info('testHilogJsApi11 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 4); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.INFO); expect(res).assertEqual(true); console.info('testHilogJsApi11 end'); }) @@ -195,7 +195,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi12', 2, function () { console.info('testHilogJsApi12 start'); - const res = hilog.isLoggable(0xD001400, "HILOGTEST", 5); + const res = hilog.isLoggable(0xD001400, "HILOGTEST", hilog.LogLevel.WARN); expect(res).assertEqual(true); console.info('testHilogJsApi12 end'); }) @@ -219,7 +219,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi14', 2, function () { console.info('testHilogJsApi14 start'); - const res = hilog.isLoggable(0, "HILOGTEST", 5); + const res = hilog.isLoggable(0, "HILOGTEST", hilog.LogLevel.WARN); expect(res).assertEqual(true); console.info('testHilogJsApi14 end'); }) @@ -231,7 +231,7 @@ describe('HilogJsTest', function () { */ it('testHilogJsApi15', 2, function () { console.info('testHilogJsApi15 start'); - const res = hilog.isLoggable(0xFFFFFFF, "HILOGTEST", 5); + const res = hilog.isLoggable(0xFFFFFFF, "HILOGTEST", hilog.LogLevel.WARN); expect(res).assertEqual(true); console.info('testHilogJsApi15 end'); })