Changed the names of some of the bitexactness unittests to

be similar to the other file names of the tests.

(Also removed a redundant blank line in the highpass filter unittest
file).

BUG=

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

Cr-Commit-Position: refs/heads/master@{#12171}
This commit is contained in:
peah 2016-03-30 15:33:53 -07:00 committed by Commit bot
parent 51fbdd6ada
commit 9846651cc4
4 changed files with 3 additions and 4 deletions

View File

@ -19,7 +19,6 @@
namespace webrtc {
namespace {
// Process one frame of data and produce the output.
std::vector<float> ProcessOneFrame(const std::vector<float>& frame_input,
const StreamConfig& stream_config,

View File

@ -446,9 +446,9 @@
'audio_processing/echo_control_mobile_unittest.cc',
'audio_processing/echo_cancellation_unittest.cc',
'audio_processing/gain_control_unittest.cc',
'audio_processing/high_pass_filter_bitexactness_unittest.cc',
'audio_processing/level_estimator_bitexactness_unittest.cc',
'audio_processing/noise_suppression_bitexactness_unittest.cc',
'audio_processing/high_pass_filter_unittest.cc',
'audio_processing/level_estimator_unittest.cc',
'audio_processing/noise_suppression_unittest.cc',
'audio_processing/voice_detection_unittest.cc',
'audio_processing/test/audio_buffer_tools.cc',
'audio_processing/test/audio_buffer_tools.h',