From 8b0115fe63371596041ff4ac9612e61c56a7dcd2 Mon Sep 17 00:00:00 2001 From: hk_js Date: Tue, 9 Aug 2022 16:29:28 +0800 Subject: [PATCH] fix the testcase name about graphic system Signed-off-by: hk_js --- graphic/BUILD.gn | 2 +- graphic/graphicnapidrawingtest/BUILD.gn | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graphic/BUILD.gn b/graphic/BUILD.gn index a28994d17..a3ffe2dae 100755 --- a/graphic/BUILD.gn +++ b/graphic/BUILD.gn @@ -17,7 +17,7 @@ group("graphic") { if (is_standard_system) { deps = [ "effectKit:EffectKitTest", - "graphicnapidrawingtest:GraphicNapiDrawingTest", + "graphicnapidrawingtest:ActsGraphicNapiDrawingTest", "webGL:webGL_hap_test", "windowStage:ActsWindowStageTest", "windowstandard:window_hap_test", diff --git a/graphic/graphicnapidrawingtest/BUILD.gn b/graphic/graphicnapidrawingtest/BUILD.gn index f80bd0766..d9aac4bb1 100644 --- a/graphic/graphicnapidrawingtest/BUILD.gn +++ b/graphic/graphicnapidrawingtest/BUILD.gn @@ -13,11 +13,11 @@ import("//test/xts/tools/build/suite.gni") -module_output_path = "hit/GraphicNapiDrawingTest" +module_output_path = "hit/ActsGraphicNapiDrawingTest" ############################################################################### -ohos_moduletest_suite("GraphicNapiDrawingTest") { +ohos_moduletest_suite("ActsGraphicNapiDrawingTest") { module_out_path = module_output_path subsystem_name = "graphic" part_name = "graphic_standard" -- GitLab