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

!2700 move to cust subsystem

Merge pull request !2700 from 杨清/1228
...@@ -16,6 +16,9 @@ import("//build/ohos_var.gni") ...@@ -16,6 +16,9 @@ import("//build/ohos_var.gni")
group("customization") { group("customization") {
testonly = true testonly = true
if (is_standard_system) { 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") { ...@@ -17,7 +17,6 @@ group("global") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
"cust/custjs:custjs_test",
"i18n_standard/intljs:intljs_test", "i18n_standard/intljs:intljs_test",
"perf/perfjs:perfjs_test", "perf/perfjs:perfjs_test",
"resmgr_standard/resmgrjs:resmgrjs_test", "resmgr_standard/resmgrjs:resmgrjs_test",
......
...@@ -186,7 +186,7 @@ describe('I18nTest', function () { ...@@ -186,7 +186,7 @@ describe('I18nTest', function () {
expect(value).assertFalse(); expect(value).assertFalse();
let lang = I18n.getSystemLanguage(); let lang = I18n.getSystemLanguage();
console.log('i18n_test_0900 ' + lang); 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.
先完成此消息的编辑!
想要评论请 注册