From 698459c6af833330bf9c1684b9d029e1409e1ee1 Mon Sep 17 00:00:00 2001 From: hk_js Date: Tue, 9 Aug 2022 17:24:55 +0800 Subject: [PATCH] fix the testcase name Signed-off-by: hk_js --- graphic/graphicnapidrawingtest/Test.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/graphic/graphicnapidrawingtest/Test.json b/graphic/graphicnapidrawingtest/Test.json index 679d2fefa..b2e3f26f8 100644 --- a/graphic/graphicnapidrawingtest/Test.json +++ b/graphic/graphicnapidrawingtest/Test.json @@ -2,7 +2,7 @@ "kits": [ { "push": [ - "GraphicNapiDrawingTest->/data/local/tmp/GraphicNapiDrawingTest" + "ActsGraphicNapiDrawingTest->/data/local/tmp/ActsGraphicNapiDrawingTest" ], "type": "PushKit", "post-push" : [ @@ -13,9 +13,9 @@ "driver": { "native-test-timeout": "120000", "type": "CppTest", - "module-name": "GraphicNapiDrawingTest", + "module-name": "ActsGraphicNapiDrawingTest", "runtime-hint": "1s", "native-test-device-path": "/data/local/tmp" }, - "description": "Configuration for GraphicNapiDrawingTest Tests" + "description": "Configuration for ActsGraphicNapiDrawingTest Tests" } \ No newline at end of file -- GitLab