From 74ffb12343bb88ffee226a7dfa12ea0cdc7b070e Mon Sep 17 00:00:00 2001 From: lhc Date: Thu, 31 Jul 2025 11:53:35 +0800 Subject: [PATCH] Modify cmc ut of xml Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/ICQ134?from=project-issue Signed-off-by: lhc Change-Id: I6969da363de32532fc3afad24df76d940f52b2d5 --- common_components/tests/ohos_test.xml | 216 ------------------------ common_components/tests/test_helper.gni | 2 +- test/resource/js_runtime/ohos_test.xml | 215 +++++++++++++++++++++++ 3 files changed, 216 insertions(+), 217 deletions(-) delete mode 100644 common_components/tests/ohos_test.xml diff --git a/common_components/tests/ohos_test.xml b/common_components/tests/ohos_test.xml deleted file mode 100644 index 50848caed7..0000000000 --- a/common_components/tests/ohos_test.xml +++ /dev/null @@ -1,216 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/common_components/tests/test_helper.gni b/common_components/tests/test_helper.gni index 6b97cb62de..b5f9676f18 100644 --- a/common_components/tests/test_helper.gni +++ b/common_components/tests/test_helper.gni @@ -40,7 +40,7 @@ template("host_unittest_action") { # unittest for phone running ohos_unittest(_target_name_) { resource_config_file = - "//arkcompiler/ets_runtime/common_components/tests/ohos_test.xml" + "//arkcompiler/ets_runtime/test/resource/js_runtime/ohos_test.xml" forward_variables_from(invoker, "*") } diff --git a/test/resource/js_runtime/ohos_test.xml b/test/resource/js_runtime/ohos_test.xml index 5479c701df..5b210d48ac 100755 --- a/test/resource/js_runtime/ohos_test.xml +++ b/test/resource/js_runtime/ohos_test.xml @@ -3803,4 +3803,219 @@