提交 a8e07934 编写于 作者: C chengxingzhen

xts-API覆盖

Signed-off-by: Nchengxingzhen <chengxingzhen@huawei.com>
上级 6fee7e97
...@@ -16,6 +16,6 @@ import("//test/xts/tools/build/suite.gni") ...@@ -16,6 +16,6 @@ import("//test/xts/tools/build/suite.gni")
group("actsrequestdialogtest") { group("actsrequestdialogtest") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ "actsrequestdialog:ActsRequestDialog" ] deps = [ "actsrequestdialog:ActsRequestDialogTest" ]
} }
} }
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsRequestDialog") { ohos_js_hap_suite("ActsRequestDialogTest") {
hap_profile = "entry/src/main/module.json" hap_profile = "entry/src/main/module.json"
js_build_mode = "debug" js_build_mode = "debug"
deps = [ deps = [
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsRequestDialog") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsRequestDialog") {
] ]
ets2abc = true ets2abc = true
certificate_profile = "signature/openharmony_sx.p7b" certificate_profile = "signature/openharmony_sx.p7b"
hap_name = "ActsRequestDialog" hap_name = "ActsRequestDialogTest"
subsystem_name = "ability" subsystem_name = "ability"
part_name = "ability_runtime" part_name = "ability_runtime"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsRequestDialog.hap" "ActsRequestDialogTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
{ {
"type": "PushKit", "type": "PushKit",
"push": [ "push": [
"ActsRequestDialog.hap->/data/test/ActsRequestDialog.hap" "ActsRequestDialogTest.hap->/data/test/ActsRequestDialogTest.hap"
] ]
}, },
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册