提交 c9fde5c9 编写于 作者: H hu0475

修改文件

Signed-off-by: Nhu0475 <huyanqiang5@huawei.com>
上级 aba0fdba
...@@ -16,15 +16,15 @@ group("crossplatform") { ...@@ -16,15 +16,15 @@ group("crossplatform") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"commonlibraryconvertxmletstest:ActsConvertxmlTest", "commonlibraryconvertxmletstest:ActsCrossplatformConvertxmlTest",
"commonlibrarydequeetstest:ActsDequeTest", "commonlibrarydequeetstest:ActsCrossplatformDequeTest",
"commonlibraryhashmapetstest:ActsHashMapTest", "commonlibraryhashmapetstest:ActsCrossplatformHashMapTest",
"commonlibraryhashsetetstest:ActsHashSetTest", "commonlibraryhashsetetstest:ActsCrossplatformHashSetTest",
"commonlibraryplainarrayetstest:ActsPlainArrayTest", "commonlibraryplainarrayetstest:ActsCrossplatformPlainArrayTest",
"commonlibrarytreesetetstest:ActsTreeSetTest", "commonlibrarytreesetetstest:ActsCrossplatformTreeSetTest",
"commonlibraryurietstest:ActsUriTest", "commonlibraryurietstest:ActsCrossplatformUriTest",
"commonlibraryurletstest:ActsUrlTest", "commonlibraryurletstest:ActsCrossplatformUrlTest",
"commonlibraryutiletstest:ActsUtilTest", "commonlibraryutiletstest:ActsCrossplatformUtilTest",
] ]
} }
} }
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsConvertxmlTest") { ohos_js_hap_suite("ActsCrossplatformConvertxmlTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsConvertxmlTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsConvertxmlTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsConvertxmlTest" hap_name = "ActsCrossplatformConvertxmlTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsConvertxmlTest.hap" "ActsCrossplatformConvertxmlTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsDequeTest") { ohos_js_hap_suite("ActsCrossplatformDequeTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsDequeTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsDequeTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsDequeTest" hap_name = "ActsCrossplatformDequeTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsDequeTest.hap" "ActsCrossplatformDequeTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashMapTest") { ohos_js_hap_suite("ActsCrossplatformHashMapTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashMapTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashMapTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashMapTest" hap_name = "ActsCrossplatformHashMapTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsHashMapTest.hap" "ActsCrossplatformHashMapTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsHashSetTest") { ohos_js_hap_suite("ActsCrossplatformHashSetTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashSetTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsHashSetTest" hap_name = "ActsCrossplatformHashSetTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsHashSetTest.hap" "ActsCrossplatformHashSetTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsPlainArrayTest") { ohos_js_hap_suite("ActsCrossplatformPlainArrayTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsPlainArrayTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsPlainArrayTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsPlainArrayTest" hap_name = "ActsCrossplatformPlainArrayTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsPlainArrayTest.hap" "ActsCrossplatformPlainArrayTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsTreeSetTest") { ohos_js_hap_suite("ActsCrossplatformTreeSetTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsTreeSetTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsTreeSetTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsTreeSetTest" hap_name = "ActsCrossplatformTreeSetTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsTreeSetTest.hap" "ActsCrossplatformTreeSetTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUriTest") { ohos_js_hap_suite("ActsCrossplatformUriTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUriTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUriTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUriTest" hap_name = "ActsCrossplatformUriTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsUriTest.hap" "ActsCrossplatformUriTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUrlTest") { ohos_js_hap_suite("ActsCrossplatformUrlTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUrlTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUrlTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUrlTest" hap_name = "ActsCrossplatformUrlTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsUrlTest.hap" "ActsCrossplatformUrlTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# limitations under the License. # limitations under the License.
import("//test/xts/tools/build/suite.gni") import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("ActsUtilTest") { ohos_js_hap_suite("ActsCrossplatformUtilTest") {
hap_profile = "src/main/module.json" hap_profile = "src/main/module.json"
deps = [ deps = [
":windowStage_js_assets", ":windowStage_js_assets",
...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUtilTest") { ...@@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUtilTest") {
certificate_profile = "./signature/openharmony_sx.p7b" certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名 # hap_name: HAP的名字,可选,默认为目标名
hap_name = "ActsUtilTest" hap_name = "ActsCrossplatformUtilTest"
subsystem_name = "commonlibrary" subsystem_name = "commonlibrary"
part_name = "ets_utils" part_name = "ets_utils"
} }
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"kits": [ "kits": [
{ {
"test-file-name": [ "test-file-name": [
"ActsUtilTest.hap" "ActsCrossplatformUtilTest.hap"
], ],
"type": "AppInstallKit", "type": "AppInstallKit",
"cleanup-apps": true "cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册