commit | dfa6b697e27411bca7316487959303bf550ea14f | [log] [tgz] |
---|---|---|
author | braveyao@webrtc.org <braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jun 19 06:38:59 2012 +0000 |
committer | braveyao@webrtc.org <braveyao@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Tue Jun 19 06:38:59 2012 +0000 |
tree | 38eabe159054ad8b63b246e135434a31ed9572ca | |
parent | 67f256fab47e04569266b055632d57bcb3aad0bc [diff] |
Refine the error handling made in rev2373 Review URL: https://webrtc-codereview.appspot.com/644005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2421 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/src/voice_engine/main/test/win_test/WinTestDlg.cc b/src/voice_engine/main/test/win_test/WinTestDlg.cc index c295f73..b11c09f 100644 --- a/src/voice_engine/main/test/win_test/WinTestDlg.cc +++ b/src/voice_engine/main/test/win_test/WinTestDlg.cc
@@ -1193,8 +1193,7 @@ std::string resource_path = webrtc::test::ProjectRootPath(); if (resource_path == webrtc::test::kCannotFindProjectRootDir) { - // Rollback to relative path to the location of 'voice_engine.gyp'. - _long_audio_file_path = "../../data/voice_engine/"; + _long_audio_file_path = "./"; } else { _long_audio_file_path = resource_path + "data\\voice_engine\\"; }