diff --git a/commonlibrary/crossplatform/BUILD.gn b/commonlibrary/crossplatform/BUILD.gn index f32844ecb68723cc8e01932261f4668a16efef31..d1c3c8a0d6dbb57ea94a5b1cece1ad5ef1badf90 100644 --- a/commonlibrary/crossplatform/BUILD.gn +++ b/commonlibrary/crossplatform/BUILD.gn @@ -16,15 +16,15 @@ group("crossplatform") { testonly = true if (is_standard_system) { deps = [ - "commonlibraryconvertxmletstest:ActsConvertxmlTest", - "commonlibrarydequeetstest:ActsDequeTest", - "commonlibraryhashmapetstest:ActsHashMapTest", - "commonlibraryhashsetetstest:ActsHashSetTest", - "commonlibraryplainarrayetstest:ActsPlainArrayTest", - "commonlibrarytreesetetstest:ActsTreeSetTest", - "commonlibraryurietstest:ActsUriTest", - "commonlibraryurletstest:ActsUrlTest", - "commonlibraryutiletstest:ActsUtilTest", + "commonlibraryconvertxmletstest:ActsCrossplatformConvertxmlTest", + "commonlibrarydequeetstest:ActsCrossplatformDequeTest", + "commonlibraryhashmapetstest:ActsCrossplatformHashMapTest", + "commonlibraryhashsetetstest:ActsCrossplatformHashSetTest", + "commonlibraryplainarrayetstest:ActsCrossplatformPlainArrayTest", + "commonlibrarytreesetetstest:ActsCrossplatformTreeSetTest", + "commonlibraryurietstest:ActsCrossplatformUriTest", + "commonlibraryurletstest:ActsCrossplatformUrlTest", + "commonlibraryutiletstest:ActsCrossplatformUtilTest", ] } } diff --git a/commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn index 60552c137e16b1399ae4df5081307ee863b9c3da..b067b76ea2d66538e55ec0a0c050319437979169 100644 --- a/commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryconvertxmletstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsConvertxmlTest") { +ohos_js_hap_suite("ActsCrossplatformConvertxmlTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsConvertxmlTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsConvertxmlTest" + hap_name = "ActsCrossplatformConvertxmlTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json b/commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json index a24937f75cbd5f9453c6404016a1b4712c8e6d7b..adb1ba84adddcaf1717fc7626d7a125f116f0bd7 100644 --- a/commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryconvertxmletstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsConvertxmlTest.hap" + "ActsCrossplatformConvertxmlTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn index 2c4785eaa98f656c4970531e79eef97330dc50bd..900f27ebcde343d204f778a1ae66b5425a4253e4 100644 --- a/commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibrarydequeetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsDequeTest") { +ohos_js_hap_suite("ActsCrossplatformDequeTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsDequeTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsDequeTest" + hap_name = "ActsCrossplatformDequeTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json b/commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json index c0732331198f550c13d37f023dd6b54258fea702..a417beae00cd2f74c2ba3c41a41f31f23da2563e 100644 --- a/commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibrarydequeetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsDequeTest.hap" + "ActsCrossplatformDequeTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn index 95ba50e54c4079395ca7777fe7c99b96fcb49021..abcfb05675cb417098e917cb255e85dc217fade0 100644 --- a/commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryhashmapetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsHashMapTest") { +ohos_js_hap_suite("ActsCrossplatformHashMapTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashMapTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsHashMapTest" + hap_name = "ActsCrossplatformHashMapTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json b/commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json index f6dab73225e64faf1f6c55701cc7cf4107f32148..57bd907f89d71747c15d5c8fbd221a12a176428f 100644 --- a/commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryhashmapetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsHashMapTest.hap" + "ActsCrossplatformHashMapTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn index 9fefa3ad5e04ca710e8e2d14af8af7310108580e..56f5f71fb00aa0fc194c52699a58e256732c390b 100644 --- a/commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryhashsetetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsHashSetTest") { +ohos_js_hap_suite("ActsCrossplatformHashSetTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsHashSetTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsHashSetTest" + hap_name = "ActsCrossplatformHashSetTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json b/commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json index 1b30ba498972f24f39b710b3095e4eabef15ac01..7f14d218d42157a4cee452c182ef144d590770fd 100644 --- a/commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryhashsetetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsHashSetTest.hap" + "ActsCrossplatformHashSetTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn index 1ad458a0c187e31d5552af0133948ca78d0daff8..e220b255e7d3b1bc1cf8c1897bacb28e37226787 100644 --- a/commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryplainarrayetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsPlainArrayTest") { +ohos_js_hap_suite("ActsCrossplatformPlainArrayTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsPlainArrayTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsPlainArrayTest" + hap_name = "ActsCrossplatformPlainArrayTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json b/commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json index 92916342e2db7b362a3db1bcdf5f8d2adc12219d..a2adede2bd586c2d6218cfb792a7058c0062d3b2 100644 --- a/commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryplainarrayetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsPlainArrayTest.hap" + "ActsCrossplatformPlainArrayTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn b/commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn index e7b461283659cd6ac4c6f654986a48def977a0ce..4b892be28bba458de2eb65eb2a26e243638ae4bf 100644 --- a/commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibrarytreesetetstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsTreeSetTest") { +ohos_js_hap_suite("ActsCrossplatformTreeSetTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsTreeSetTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsTreeSetTest" + hap_name = "ActsCrossplatformTreeSetTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json b/commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json index 09aac14ab2627251df7498b690d3c83063d3b3cb..6fbffe1831578c509e44d556e2f8001d4b0b8ed7 100644 --- a/commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibrarytreesetetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsTreeSetTest.hap" + "ActsCrossplatformTreeSetTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn index f4f0a64a2d0a2f312919217a48551a4cae7f874b..13a9a7652b2c53ab7de055ce4ab1048986bbb608 100644 --- a/commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryurietstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsUriTest") { +ohos_js_hap_suite("ActsCrossplatformUriTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUriTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsUriTest" + hap_name = "ActsCrossplatformUriTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryurietstest/Test.json b/commonlibrary/crossplatform/commonlibraryurietstest/Test.json index 294248dba931458312da58cccfb7cd6b8f78373a..97823040975232e12f4eacecd36a360e0cb0e78c 100644 --- a/commonlibrary/crossplatform/commonlibraryurietstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryurietstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsUriTest.hap" + "ActsCrossplatformUriTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn index 1a414d98d908027ce28cf3c40f8a1c28404ed2fa..de2f0603382dbb49d33e37dd23eab2aeebf963e3 100644 --- a/commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryurletstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsUrlTest") { +ohos_js_hap_suite("ActsCrossplatformUrlTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUrlTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsUrlTest" + hap_name = "ActsCrossplatformUrlTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryurletstest/Test.json b/commonlibrary/crossplatform/commonlibraryurletstest/Test.json index 064be19b950d83a065dfec63bb9c02b5d1fd4448..3e92f8d48416611457a3ee5b894307643f48278d 100644 --- a/commonlibrary/crossplatform/commonlibraryurletstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryurletstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsUrlTest.hap" + "ActsCrossplatformUrlTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn b/commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn index 61d3d09129b8c192e38b23975fdb859be35cb171..0190c57bc1a6667ae0d5fa2cc433ea737a5a903d 100644 --- a/commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn +++ b/commonlibrary/crossplatform/commonlibraryutiletstest/BUILD.gn @@ -12,7 +12,7 @@ # limitations under the License. import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("ActsUtilTest") { +ohos_js_hap_suite("ActsCrossplatformUtilTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -22,7 +22,7 @@ ohos_js_hap_suite("ActsUtilTest") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "ActsUtilTest" + hap_name = "ActsCrossplatformUtilTest" subsystem_name = "commonlibrary" part_name = "ets_utils" } diff --git a/commonlibrary/crossplatform/commonlibraryutiletstest/Test.json b/commonlibrary/crossplatform/commonlibraryutiletstest/Test.json index 24d787f6b2db5393cdffe74c77925c53ba25c8d3..7111f525c91ea4be3c9befb205550cdfd080b906 100644 --- a/commonlibrary/crossplatform/commonlibraryutiletstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryutiletstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsUtilTest.hap" + "ActsCrossplatformUtilTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true