提交 64607212 编写于 作者: H hu0475

完成global子系统i18n,resourceManager模块的跨平台测试套

Signed-off-by: Nhu0475 <huyanqiang5@huawei.com>
上级 bac03848
......@@ -17,8 +17,8 @@ group("global") {
testonly = true
if (is_standard_system) {
deps = [
"crossplatform/resourcemanageretstest:resourceManager_ets_test",
"crossplatform/i18netstest:i18n_ets_test",
"crossplatform/resourcemanageretstest:ActsCrossplatformResourceManagerTest",
"crossplatform/i18netstest:ActsCrossplatformI18nTest",
"global_napi_test:ActsGlobalNapiTest",
"global_stage:global_stage_hap",
"i18n_standard/intljs:intljs_test",
......
......@@ -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
}
}
......
......@@ -13,7 +13,7 @@
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("i18n_ets_test") {
ohos_js_hap_suite("ActsCrossplatformI18nTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -22,7 +22,7 @@ ohos_js_hap_suite("i18n_ets_test") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "i18n_ets_test"
hap_name = "ActsCrossplatformI18nTest"
subsystem_name = "global"
part_name = "i18n"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"i18n_ets_test.hap"
"ActsCrossplatformI18nTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
......@@ -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
}
}
......
......@@ -12,7 +12,7 @@
# limitations under the License.
import("//test/xts/tools/build/suite.gni")
ohos_js_hap_suite("resourceManager_ets_test") {
ohos_js_hap_suite("ActsCrossplatformResourceManagerTest") {
hap_profile = "src/main/module.json"
deps = [
":windowStage_js_assets",
......@@ -21,7 +21,7 @@ ohos_js_hap_suite("resourceManager_ets_test") {
ets2abc = true
certificate_profile = "./signature/openharmony_sx.p7b"
# hap_name: HAP的名字,可选,默认为目标名
hap_name = "resourceManager_ets_test"
hap_name = "ActsCrossplatformResourceManagerTest"
subsystem_name = "global"
part_name = "resource_management"
}
......
......@@ -18,7 +18,7 @@
"kits": [
{
"test-file-name": [
"resourceManager_ets_test.hap"
"ActsCrossplatformResourceManagerTest.hap"
],
"type": "AppInstallKit",
"cleanup-apps": true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册