From 7df8e3307f71f563e2c69f9917083838036208cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E7=BB=86?= Date: Mon, 25 Jul 2022 03:10:44 +0000 Subject: [PATCH] =?UTF-8?q?fixed=2001e4eea=20from=20https://gitee.com/boxw?= =?UTF-8?q?all/xts=5Facts/pulls/4542=20=E6=B5=8B=E8=AF=95=E6=96=B9?= =?UTF-8?q?=E6=B3=95=E9=97=B4=E4=BA=92=E6=96=A5=E4=BA=86=20Signed-off-by:?= =?UTF-8?q?=20yangtikun?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../recorder_native/src/ActsMediaRecorderTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia_lite/media_lite_posix/recorder_native/src/ActsMediaRecorderTest.cpp b/multimedia_lite/media_lite_posix/recorder_native/src/ActsMediaRecorderTest.cpp index b9889bcfc..7c750280d 100644 --- a/multimedia_lite/media_lite_posix/recorder_native/src/ActsMediaRecorderTest.cpp +++ b/multimedia_lite/media_lite_posix/recorder_native/src/ActsMediaRecorderTest.cpp @@ -110,7 +110,7 @@ HWTEST_F(RecoderLiteTest, medialite_recorder_Start_test_002, Level1) EXPECT_EQ(RET_OK, retStatus); retStatus = recInstance->Start(); sleep(1); - EXPECT_NE(RET_OK, retStatus); + EXPECT_EQ(RET_OK, retStatus); retStatus = recInstance->Release(); delete recInstance; recInstance = nullptr; -- GitLab