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
This commit is contained in:
minyue@webrtc.org 2015-03-18 20:43:40 +00:00
parent 840da7b755
commit 8f76cd25ec
2 changed files with 2 additions and 2 deletions

View File

@ -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',
],
},