From 8f76cd25ecc73618f7a863dee2b877a5aab8a055 Mon Sep 17 00:00:00 2001 From: "minyue@webrtc.org" Date: Wed, 18 Mar 2015 20:43:40 +0000 Subject: [PATCH] Renaming neteq_opus_fec_quality_test. neteq_opus_fec_quality_test has been modified to test more configurations of Opus than only FEC. It makes sense to rename it to neteq_opus_quality_test. This was planned in https://webrtc-codereview.appspot.com/45619004/ but was forgotten. This CL handles it, and makes it easy for review. BUG= R=henrik.lundin@webrtc.org Review URL: https://webrtc-codereview.appspot.com/45709004 Cr-Commit-Position: refs/heads/master@{#8782} git-svn-id: http://webrtc.googlecode.com/svn/trunk@8782 4adac7df-926f-26a2-2b94-8c16560cd09d --- webrtc/modules/audio_coding/neteq/neteq_tests.gypi | 4 ++-- ...eq_opus_fec_quality_test.cc => neteq_opus_quality_test.cc} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename webrtc/modules/audio_coding/neteq/test/{neteq_opus_fec_quality_test.cc => neteq_opus_quality_test.cc} (100%) diff --git a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi index 5b915df888..4dd392cd82 100644 --- a/webrtc/modules/audio_coding/neteq/neteq_tests.gypi +++ b/webrtc/modules/audio_coding/neteq/neteq_tests.gypi @@ -189,7 +189,7 @@ }, { - 'target_name': 'neteq_opus_fec_quality_test', + 'target_name': 'neteq_opus_quality_test', 'type': 'executable', 'dependencies': [ 'neteq', @@ -200,7 +200,7 @@ '<(webrtc_root)/test/test.gyp:test_support_main', ], 'sources': [ - 'test/neteq_opus_fec_quality_test.cc', + 'test/neteq_opus_quality_test.cc', ], }, diff --git a/webrtc/modules/audio_coding/neteq/test/neteq_opus_fec_quality_test.cc b/webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc similarity index 100% rename from webrtc/modules/audio_coding/neteq/test/neteq_opus_fec_quality_test.cc rename to webrtc/modules/audio_coding/neteq/test/neteq_opus_quality_test.cc