From 58aeaafcd69f631a29c6ab58075f769ecf090392 Mon Sep 17 00:00:00 2001 From: jiyong Date: Thu, 18 Nov 2021 14:42:27 +0800 Subject: [PATCH] jiyong@huawei.com Signed-off-by: jiyong --- appexecfwk/ams_standard/amszipfileunzipfilest/Test.json | 6 +++--- appexecfwk/ams_standard/fwkdataaccessor/Test.json | 2 +- .../serviceability/actsparticleabilitytest/Test.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/appexecfwk/ams_standard/amszipfileunzipfilest/Test.json b/appexecfwk/ams_standard/amszipfileunzipfilest/Test.json index fa764b47d..99047c16a 100644 --- a/appexecfwk/ams_standard/amszipfileunzipfilest/Test.json +++ b/appexecfwk/ams_standard/amszipfileunzipfilest/Test.json @@ -24,9 +24,9 @@ { "type": "PushKit", "push": [ - "/resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt", - "/resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip", - "/resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt" + "./resource/appexecfwk/ceshi.txt->/data/test/ceshi.txt", + "./resource/appexecfwk/ceshitwo.zip->/data/test/ceshitwo.zip", + "./resource/appexecfwk/ceshitwo.txt->/data/test/ceshitwo.txt" ] diff --git a/appexecfwk/ams_standard/fwkdataaccessor/Test.json b/appexecfwk/ams_standard/fwkdataaccessor/Test.json index 86439e021..2bdcc82b5 100644 --- a/appexecfwk/ams_standard/fwkdataaccessor/Test.json +++ b/appexecfwk/ams_standard/fwkdataaccessor/Test.json @@ -25,7 +25,7 @@ { "type": "PushKit", "push": [ - "/resource/appexecfwk/amsStDataAbility.hap->/data/test/amsStDataAbility.hap" + "./resource/appexecfwk/amsStDataAbility.hap->/data/test/amsStDataAbility.hap" ] }, diff --git a/appexecfwk/ams_standard/serviceability/actsparticleabilitytest/Test.json b/appexecfwk/ams_standard/serviceability/actsparticleabilitytest/Test.json index 5aaadf907..ae924d4db 100755 --- a/appexecfwk/ams_standard/serviceability/actsparticleabilitytest/Test.json +++ b/appexecfwk/ams_standard/serviceability/actsparticleabilitytest/Test.json @@ -25,7 +25,7 @@ { "type": "PushKit", "push": [ - "/resource/appexecfwk/amsStDataAbility.hap->/data/test/amsStDataAbility.hap" + "./resource/appexecfwk/amsStDataAbility.hap->/data/test/amsStDataAbility.hap" ] }, -- GitLab