diff --git a/src/video_engine/test/auto_test/source/vie_autotest_file.cc b/src/video_engine/test/auto_test/source/vie_autotest_file.cc index 606149cab3..17b4d0cd5a 100644 --- a/src/video_engine/test/auto_test/source/vie_autotest_file.cc +++ b/src/video_engine/test/auto_test/source/vie_autotest_file.cc @@ -34,7 +34,7 @@ void ViEAutoTest::ViEFileStandardTest() { #ifdef WEBRTC_VIDEO_ENGINE_FILE_API //*************************************************************** - // Begin create/initialize WebRTC Video Engine for testing + // Begin create/initialize WebRTC Video Engine for testing //*************************************************************** { ViETest::Log("Starting a loopback call..."); @@ -171,7 +171,7 @@ void ViEAutoTest::ViEFileStandardTest() // Test debug information recording. EXPECT_EQ(0, ptrViEFile->StartDebugRecording(videoChannel, - "vie_autotest_debug.yuv")); + (webrtc::test::OutputPath() + "vie_autotest_debug.yuv").c_str())); // testing StartRecordIncomingVideo and StopRecordIncomingVideo {