diff --git a/graphic/windowStage/BUILD.gn b/graphic/windowStage/BUILD.gn index 6638dde4d44c9e63cf7e14af39b47329a50eecff..acdc047a33b826e09c19cbe04b8223bd44daf190 100644 --- a/graphic/windowStage/BUILD.gn +++ b/graphic/windowStage/BUILD.gn @@ -13,16 +13,16 @@ import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("window_stage_hap_test") { +ohos_js_hap_suite("ActsWindowStageTest") { hap_profile = "entry/src/main/module.json" js_build_mode = "debug" deps = [ ":windowStage_js_assets", - ":windowStage_resources", + ":windowStage_resources" ] ets2abc = true certificate_profile = "signature/openharmony_sx.p7b" - hap_name = "window_stage_hap_test" + hap_name = "ActsWindowStageTest" } ohos_app_scope("windowStage_app_profile") { diff --git a/graphic/windowStage/Test.json b/graphic/windowStage/Test.json index 5f865c396b81cdea1554da9eed5aa127435aa9bd..a253b89d3d28874b76c66a1ed8b67b312fb3f859 100644 --- a/graphic/windowStage/Test.json +++ b/graphic/windowStage/Test.json @@ -6,13 +6,11 @@ "package": "com.example.myapplication", "shell-timeout": "600000" }, - "kits": [ - { - "test-file-name": [ - "window_stage_hap_test.hap" - ], - "type": "AppInstallKit", - "cleanup-apps": true - } - ] -} + "kits": [{ + "test-file-name": [ + "ActsWindowStageTest.hap" + ], + "type": "AppInstallKit", + "cleanup-apps": true + }] +} \ No newline at end of file