Cleaning neteq_unittest resource files.

BUG=webrtc:2692

Review URL: https://codereview.webrtc.org/1563983003

Cr-Commit-Position: refs/heads/master@{#11189}
This commit is contained in:
minyue
2016-01-08 11:30:14 -08:00
committed by Commit bot
parent f1685c771d
commit 49c454e748
7 changed files with 2 additions and 10 deletions

View File

@ -524,8 +524,8 @@ void NetEqDecodingTest::PopulateCng(int frame_index,
#define MAYBE_TestBitExactness DISABLED_TestBitExactness
#endif
TEST_F(NetEqDecodingTest, MAYBE_TestBitExactness) {
const std::string input_rtp_file = webrtc::test::ProjectRootPath() +
"resources/audio_coding/neteq_universal_new.rtp";
const std::string input_rtp_file =
webrtc::test::ResourcePath("audio_coding/neteq_universal_new", "rtp");
// Note that neteq4_universal_ref.pcm and neteq4_universal_ref_win_32.pcm
// are identical. The latter could have been removed, but if clients still
// have a copy of the file, the test will fail.