提交 a8e07934 编写于 作者: C chengxingzhen

xts-API覆盖

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