diff --git a/distributeddatamgr/BUILD.gn b/distributeddatamgr/BUILD.gn index 4fe3c49854a5958f426d4b98a60e397a38564b82..d3196ef78cc0d3c93c6e8ad5f9a8bbe00914f611 100644 --- a/distributeddatamgr/BUILD.gn +++ b/distributeddatamgr/BUILD.gn @@ -16,8 +16,8 @@ group("distributeddatamgr") { testonly = true if (is_standard_system) { deps = [ - "crossplatform/preferencesetstest:preferences_ets_test", - "crossplatform/relationalstoreetstest:relationalStore_ets_test", + "crossplatform/preferencesetstest:ActsCrossplatformPreferencesTest", + "crossplatform/relationalstoreetstest:ActsCrossplatformRelationalStoreTest", "dataObjectjstest/hap:dataObject_js_test", "dataSharejstest/hap:dataShare_js_test", "distributedKVStoretest:distributedKVStoretest", diff --git a/distributeddatamgr/crossplatform/preferencesetstest/AppScope/app.json b/distributeddatamgr/crossplatform/preferencesetstest/AppScope/app.json index 7e9849c5c0446ff596d4785b4efd9a12dde94ddb..9ce01470ef4f328005ea65b0f23112743d03c813 100644 --- a/distributeddatamgr/crossplatform/preferencesetstest/AppScope/app.json +++ b/distributeddatamgr/crossplatform/preferencesetstest/AppScope/app.json @@ -6,10 +6,10 @@ "versionName": "1.0.0", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/distributeddatamgr/crossplatform/preferencesetstest/BUILD.gn b/distributeddatamgr/crossplatform/preferencesetstest/BUILD.gn index c06922b85c8d3d5c5d2e1c7950c0b526b0e47e4f..862e73dfc20d47d6fa32b692790adfd5d980e97a 100644 --- a/distributeddatamgr/crossplatform/preferencesetstest/BUILD.gn +++ b/distributeddatamgr/crossplatform/preferencesetstest/BUILD.gn @@ -13,7 +13,7 @@ import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("preferences_ets_test") { +ohos_js_hap_suite("ActsCrossplatformPreferencesTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -23,7 +23,7 @@ ohos_js_hap_suite("preferences_ets_test") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "preferences_ets_test" + hap_name = "ActsCrossplatformPreferencesTest" subsystem_name = "distributeddatamgr" part_name = "preferences" } diff --git a/distributeddatamgr/crossplatform/preferencesetstest/Test.json b/distributeddatamgr/crossplatform/preferencesetstest/Test.json index b376f8b21c10fcb068d07f561b577c7182b6bc36..fce2b2de3c5e7f346b92cfab10f0fcf8aa4bb0fc 100644 --- a/distributeddatamgr/crossplatform/preferencesetstest/Test.json +++ b/distributeddatamgr/crossplatform/preferencesetstest/Test.json @@ -10,7 +10,7 @@ "kits": [ { "test-file-name": [ - "preferences_ets_test.hap" + "ActsCrossplatformPreferencesTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/distributeddatamgr/crossplatform/relationalstoreetstest/AppScope/app.json b/distributeddatamgr/crossplatform/relationalstoreetstest/AppScope/app.json index fea5f87b4ed41fa6fe8c45fdedc512362428fa28..806b7760cd4f9a4d769e8fe8b379801d512f2c60 100644 --- a/distributeddatamgr/crossplatform/relationalstoreetstest/AppScope/app.json +++ b/distributeddatamgr/crossplatform/relationalstoreetstest/AppScope/app.json @@ -6,10 +6,10 @@ "versionName": "1.0.0", "icon": "$media:app_icon", "label": "$string:app_name", - "minAPIVersion": 9, - "targetAPIVersion": 9, + "minAPIVersion": 10, + "targetAPIVersion": 10, "car": { - "apiCompatibleVersion": 9, + "apiCompatibleVersion": 10, "singleUser": false } } diff --git a/distributeddatamgr/crossplatform/relationalstoreetstest/BUILD.gn b/distributeddatamgr/crossplatform/relationalstoreetstest/BUILD.gn index b13f6227a095b65946291cee4ebf4acf28779a4d..5c79ab7dfd1259c4a056b55f12c198a6b1d15fe5 100644 --- a/distributeddatamgr/crossplatform/relationalstoreetstest/BUILD.gn +++ b/distributeddatamgr/crossplatform/relationalstoreetstest/BUILD.gn @@ -13,7 +13,7 @@ import("//test/xts/tools/build/suite.gni") -ohos_js_hap_suite("relationalStore_ets_test") { +ohos_js_hap_suite("ActsCrossplatformRelationalStoreTest") { hap_profile = "src/main/module.json" deps = [ ":windowStage_js_assets", @@ -23,7 +23,7 @@ ohos_js_hap_suite("relationalStore_ets_test") { certificate_profile = "./signature/openharmony_sx.p7b" # hap_name: HAP的名字,可选,默认为目标名 - hap_name = "relationalStore_ets_test" + hap_name = "ActsCrossplatformRelationalStoreTest" subsystem_name = "distributeddatamgr" part_name = "relational_store" } diff --git a/distributeddatamgr/crossplatform/relationalstoreetstest/Test.json b/distributeddatamgr/crossplatform/relationalstoreetstest/Test.json index e2769a568b7b6c264618b6721c4db0236cd2a395..0f899ac57fe8e697f79cc48941b10aa63e9fc053 100644 --- a/distributeddatamgr/crossplatform/relationalstoreetstest/Test.json +++ b/distributeddatamgr/crossplatform/relationalstoreetstest/Test.json @@ -10,7 +10,7 @@ "kits": [ { "test-file-name": [ - "relationalStore_ets_test.hap" + "ActsCrossplatformRelationalStoreTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true