| Index: webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc b/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| index ac3af6afb12da84c160cc827e188916536a15882..78e5c7ed7c40a48577d729cc0a5642fd7f091ae7 100644
|
| --- a/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/block_processor_unittest.cc
|
| @@ -17,7 +17,7 @@
|
|
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/random.h"
|
| -#include "webrtc/modules/audio_processing/aec3/aec3_constants.h"
|
| +#include "webrtc/modules/audio_processing/aec3/aec3_common.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_echo_remover.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_render_delay_buffer.h"
|
| #include "webrtc/modules/audio_processing/aec3/mock/mock_render_delay_controller.h"
|
| @@ -231,6 +231,8 @@ TEST(BlockProcessor, VerifyRenderNumBandsCheck) {
|
| }
|
| }
|
|
|
| +// TODO(peah): Verify the check for correct number of bands in the capture
|
| +// signal.
|
| TEST(BlockProcessor, VerifyCaptureNumBandsCheck) {
|
| for (auto rate : {8000, 16000, 32000, 48000}) {
|
| SCOPED_TRACE(ProduceDebugText(rate));
|
|
|