aboutsummaryrefslogtreecommitdiff
path: root/webrtc/modules
diff options
context:
space:
mode:
authorminyue <minyue@webrtc.org>2016-01-08 11:30:14 -0800
committerCommit bot <commit-bot@chromium.org>2016-01-08 19:30:18 +0000
commit49c454e748ce89c195b2440b5f194ddb706d949b (patch)
tree96ae09c196a4d37ec42893d1a240752dfde6ad5b /webrtc/modules
parentf1685c771d38929e4d12c7eada71d2e9f367e976 (diff)
downloadwebrtc-49c454e748ce89c195b2440b5f194ddb706d949b.tar.gz
Cleaning neteq_unittest resource files.
BUG=webrtc:2692 Review URL: https://codereview.webrtc.org/1563983003 Cr-Commit-Position: refs/heads/master@{#11189}
Diffstat (limited to 'webrtc/modules')
-rw-r--r--webrtc/modules/audio_coding/neteq/neteq_unittest.cc4
-rw-r--r--webrtc/modules/modules_unittests.isolate3
2 files changed, 2 insertions, 5 deletions
diff --git a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
index a6b9388f6c..a20d712c45 100644
--- a/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
+++ b/webrtc/modules/audio_coding/neteq/neteq_unittest.cc
@@ -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.
diff --git a/webrtc/modules/modules_unittests.isolate b/webrtc/modules/modules_unittests.isolate
index ba444df8c1..d988821af0 100644
--- a/webrtc/modules/modules_unittests.isolate
+++ b/webrtc/modules/modules_unittests.isolate
@@ -27,10 +27,7 @@
'<(DEPTH)/resources/audio_coding/neteq4_universal_ref.pcm',
'<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_32.pcm',
'<(DEPTH)/resources/audio_coding/neteq4_universal_ref_win_64.pcm',
- '<(DEPTH)/resources/audio_coding/neteq_network_stats.dat',
- '<(DEPTH)/resources/audio_coding/neteq_rtcp_stats.dat',
'<(DEPTH)/resources/audio_coding/neteq_universal_new.rtp',
- '<(DEPTH)/resources/audio_coding/neteq_universal_ref.pcm',
'<(DEPTH)/resources/audio_coding/speech_mono_16kHz.pcm',
'<(DEPTH)/resources/audio_coding/speech_mono_32_48kHz.pcm',
'<(DEPTH)/resources/audio_coding/testfile32kHz.pcm',