未验证 提交 de4cdfb2 编写于 作者: O openharmony_ci 提交者: Gitee

!2709 cust sybsystem to 3.1 rls V2

Merge pull request !2709 from 杨清/cherry-pick-1647851634
......@@ -16,6 +16,9 @@ import("//build/ohos_var.gni")
group("customization") {
testonly = true
if (is_standard_system) {
deps = [ "enterprise_device_management:edm_test_grop" ]
deps = [
"cust/custjs:custjs_test",
"enterprise_device_management:edm_test_grop",
]
}
}
......@@ -17,7 +17,6 @@ group("global") {
testonly = true
if (is_standard_system) {
deps = [
"cust/custjs:custjs_test",
"i18n_standard/intljs:intljs_test",
"perf/perfjs:perfjs_test",
"resmgr_standard/resmgrjs:resmgrjs_test",
......
......@@ -186,7 +186,7 @@ describe('I18nTest', function () {
expect(value).assertFalse();
let lang = I18n.getSystemLanguage();
console.log('i18n_test_0900 ' + lang);
expect(lang).assertEqual('aa');
expect(lang).assertEqual('aaa');
})
/* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册