From e301a0748d1160f314fc0f54e97164b506613df3 Mon Sep 17 00:00:00 2001 From: guduhanyan Date: Sun, 16 Jan 2022 07:06:32 +0800 Subject: [PATCH] 2022011600 Signed-off-by: guduhanyan --- miscservices/TimeTest_js/BUILD.gn | 2 +- miscservices/TimeTest_js/Test.json | 2 +- miscservices/TimerTest_js/BUILD.gn | 2 +- miscservices/TimerTest_js/Test.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/miscservices/TimeTest_js/BUILD.gn b/miscservices/TimeTest_js/BUILD.gn index 17fc37ff0..7fe48b0e4 100755 --- a/miscservices/TimeTest_js/BUILD.gn +++ b/miscservices/TimeTest_js/BUILD.gn @@ -20,7 +20,7 @@ ohos_js_hap_suite("time_js_test") { ":hjs_demo_resources", ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "TimeJSApiTest" + hap_name = "ActsTimeJSApiTest" } ohos_js_assets("hjs_demo_js_assets") { source_dir = "./src/main/js/default" diff --git a/miscservices/TimeTest_js/Test.json b/miscservices/TimeTest_js/Test.json index 751116c6a..556d27c3b 100755 --- a/miscservices/TimeTest_js/Test.json +++ b/miscservices/TimeTest_js/Test.json @@ -9,7 +9,7 @@ "kits": [ { "test-file-name": [ - "TimeJSApiTest.hap" + "ActsTimeJSApiTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/miscservices/TimerTest_js/BUILD.gn b/miscservices/TimerTest_js/BUILD.gn index 1fc48ed30..30171f624 100644 --- a/miscservices/TimerTest_js/BUILD.gn +++ b/miscservices/TimerTest_js/BUILD.gn @@ -20,7 +20,7 @@ ohos_js_hap_suite("timer_js_test") { ":hjs_demo_resources", ] certificate_profile = "./signature/openharmony_sx.p7b" - hap_name = "TimerJSApiTest" + hap_name = "ActsTimerJSApiTest" } ohos_js_assets("hjs_demo_js_assets") { source_dir = "./src/main/js/default" diff --git a/miscservices/TimerTest_js/Test.json b/miscservices/TimerTest_js/Test.json index 51b191e2d..bd758abbb 100644 --- a/miscservices/TimerTest_js/Test.json +++ b/miscservices/TimerTest_js/Test.json @@ -9,7 +9,7 @@ "kits": [ { "test-file-name": [ - "TimerJSApiTest.hap" + "ActsTimerJSApiTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true -- GitLab