From b3b158db2e160099f841e40f477260c09439a9dc Mon Sep 17 00:00:00 2001 From: "andrew@webrtc.org" Date: Thu, 6 Sep 2012 18:11:25 +0000 Subject: [PATCH] Put output files in the output directory. Review URL: https://webrtc-codereview.appspot.com/771006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2714 4adac7df-926f-26a2-2b94-8c16560cd09d --- src/video_engine/test/auto_test/source/vie_autotest_file.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {