From 7fa83e0d21b780d70311b379470bb732c2fb004a Mon Sep 17 00:00:00 2001 From: ling990 Date: Mon, 14 Mar 2022 15:56:44 +0800 Subject: [PATCH] modify testcases Signed-off-by: ling990 Signed-off-by: ling990 --- .../media_js_standard/videoDecoder/Test.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/multimedia/media/media_js_standard/videoDecoder/Test.json b/multimedia/media/media_js_standard/videoDecoder/Test.json index 38d998cd6..adab06c26 100644 --- a/multimedia/media/media_js_standard/videoDecoder/Test.json +++ b/multimedia/media/media_js_standard/videoDecoder/Test.json @@ -14,6 +14,14 @@ "type": "AppInstallKit", "cleanup-apps": true }, + { + "type": "ShellKit", + "run-command": [ + "mkdir -p /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videodecoder/shared/" + ], + "teardown-command":[ + ] + }, { "type": "PushKit", "pre-push": [ @@ -25,14 +33,6 @@ "./resource/media/es/mpeg4_320_240.es ->/data/accounts/account_0/appdata/ohos.acts.multimedia.video.videodecoder/shared/", "./resource/media/es/out_320_240_10s.h264 ->/data/accounts/account_0/appdata/ohos.acts.multimedia.video.videodecoder/shared/" ] - }, - { - "type": "ShellKit", - "run-command": [ - "mkdir -p /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videodecoder/shared/" - ], - "teardown-command":[ - ] } ] } \ No newline at end of file -- GitLab