From 70d91817972593c33bfb4d5da3e7e4567e59e3a3 Mon Sep 17 00:00:00 2001 From: zhurong Date: Mon, 16 May 2022 11:24:50 +0800 Subject: [PATCH] add stage xts Signed-off-by: zhurong --- graphic/windowStage/BUILD.gn | 6 +++--- graphic/windowStage/Test.json | 18 ++++++++---------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/graphic/windowStage/BUILD.gn b/graphic/windowStage/BUILD.gn index 6638dde4d..acdc047a3 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 5f865c396..a253b89d3 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 -- GitLab