From 311ff8920be623452b1f286423c17908470f7c92 Mon Sep 17 00:00:00 2001 From: buzhuyu Date: Wed, 26 Jul 2023 15:40:55 +0800 Subject: [PATCH] fixed fc63f1c from https://gitee.com/panzhenyu1/xts_acts/pulls/9502 modify some xts hap name description:modify some xts hap name issue:https://gitee.com/openharmony/xts_acts/issues/I7O6KJ Signed-off-by: buzhuyu --- .../crossplatform/commonlibraryArrayListetstest/Test.json | 2 +- commonlibrary/crossplatform/commonlibraryListetstest/Test.json | 2 +- .../crossplatform/commonlibraryTreeMapetstest/Test.json | 2 +- .../crossplatform/commonlibraryWorkeretstest/Test.json | 2 +- .../crossplatform/commonlibrarybufferetstest/Test.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/commonlibrary/crossplatform/commonlibraryArrayListetstest/Test.json b/commonlibrary/crossplatform/commonlibraryArrayListetstest/Test.json index bee2895d3..0fbd145bc 100755 --- a/commonlibrary/crossplatform/commonlibraryArrayListetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryArrayListetstest/Test.json @@ -10,7 +10,7 @@ "kits": [ { "test-file-name": [ - "ActsDemoStageTest.hap" + "ActsCrossPlatformArrayListTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryListetstest/Test.json b/commonlibrary/crossplatform/commonlibraryListetstest/Test.json index 13ef5f012..777f6e7d1 100755 --- a/commonlibrary/crossplatform/commonlibraryListetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryListetstest/Test.json @@ -18,7 +18,7 @@ "kits": [ { "test-file-name": [ - "ActsDemoStageTest.hap" + "ActsCrossPlatformList2Test.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/Test.json b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/Test.json index 879a5e5db..f6bf9632d 100644 --- a/commonlibrary/crossplatform/commonlibraryTreeMapetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryTreeMapetstest/Test.json @@ -11,7 +11,7 @@ "kits": [ { "test-file-name": [ - "ActsDemoStageTest.hap" + "ActsCrossplatformTreeMapTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibraryWorkeretstest/Test.json b/commonlibrary/crossplatform/commonlibraryWorkeretstest/Test.json index 04f719492..09ff8d9f2 100755 --- a/commonlibrary/crossplatform/commonlibraryWorkeretstest/Test.json +++ b/commonlibrary/crossplatform/commonlibraryWorkeretstest/Test.json @@ -12,7 +12,7 @@ "kits": [ { "test-file-name": [ - "ActsDemoStageTest.hap" + "ActsCrossplatformWorkerTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true diff --git a/commonlibrary/crossplatform/commonlibrarybufferetstest/Test.json b/commonlibrary/crossplatform/commonlibrarybufferetstest/Test.json index c7e0c45f4..7102e6dde 100755 --- a/commonlibrary/crossplatform/commonlibrarybufferetstest/Test.json +++ b/commonlibrary/crossplatform/commonlibrarybufferetstest/Test.json @@ -10,7 +10,7 @@ "kits": [ { "test-file-name": [ - "ActsDemoStageTest.hap" + "ActsCrossplatformBufferTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true -- GitLab