Fix file path in vie_auto_test.

TBR=wu@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/925005

git-svn-id: http://webrtc.googlecode.com/svn/trunk@2965 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andrew@webrtc.org 2012-10-22 21:18:55 +00:00
parent d02f0baf5a
commit 96993757df

View File

@ -134,7 +134,7 @@ void ViEAutoTest::ViEFileStandardTest()
webrtc::CodecInst audioCodec2;
//***************************************************************
// Engine ready. Begin testing class
// Engine ready. Begin testing class
//***************************************************************
// Call started
@ -147,7 +147,7 @@ void ViEAutoTest::ViEFileStandardTest()
const int VIDEO_LENGTH = 5000;
const std::string root = webrtc::test::ProjectRootPath() +
"src/video_engine/test/auto_test/media/";
"webrtc/video_engine/test/auto_test/media/";
const std::string renderStartImage = root + "renderStartImage.jpg";
const std::string captureDeviceImage = root + "captureDeviceImage.jpg";
const std::string renderTimeoutFile = root + "renderTimeoutImage.jpg";