From 9446460495e0d17a2efeb36341c58ad5d3b51d56 Mon Sep 17 00:00:00 2001 From: y30052185 Date: Sat, 13 Sep 2025 17:17:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dtdd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y30052185 --- .../src/media_player_framework_utils_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/media_player_framework_utils_test.cpp b/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/media_player_framework_utils_test.cpp index e611766e15..ee07835a5a 100644 --- a/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/media_player_framework_utils_test.cpp +++ b/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/media_player_framework_utils_test.cpp @@ -31,7 +31,7 @@ void MediaPlayerFrameWorkUtilsTest::TearDownTestCase(void) {} void MediaPlayerFrameWorkUtilsTest::SetUp(void) {} void MediaPlayerFrameWorkUtilsTest::TearDown(void) {} -static const string VIDEO_PATH = "/data/local/tmp/CreateVideoThumbnailTest_001.mp4"; +static const string VIDEO_PATH = "/data/local/tmp/test_not_exist.mp4"; HWTEST_F(MediaPlayerFrameWorkUtilsTest, GetAVMetadataHelper_Test_001, TestSize.Level1) { -- Gitee