| Index: webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc b/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc
|
| index 145f3a30427f09f51a08d22fe0564b76df867360..9d382adb0f0d43238a684d7aae9d8631f83bc513 100644
|
| --- a/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/aec3/render_delay_controller_unittest.cc
|
| @@ -105,8 +105,7 @@ TEST(RenderDelayController, BasicApiCalls) {
|
|
|
| // Verifies that the RenderDelayController is able to align the signals for
|
| // simple timeshifts between the signals.
|
| -// TODO(peah): Activate the unittest once the required code has been landed.
|
| -TEST(RenderDelayController, DISABLED_Alignment) {
|
| +TEST(RenderDelayController, Alignment) {
|
| Random random_generator(42U);
|
| std::vector<float> render_block(kBlockSize, 0.f);
|
| std::vector<float> capture_block(kBlockSize, 0.f);
|
| @@ -148,8 +147,7 @@ TEST(RenderDelayController, DISABLED_Alignment) {
|
|
|
| // Verifies that the RenderDelayController is able to align the signals for
|
| // simple timeshifts between the signals when there is jitter in the API calls.
|
| -// TODO(peah): Activate the unittest once the required code has been landed.
|
| -TEST(RenderDelayController, DISABLED_AlignmentWithJitter) {
|
| +TEST(RenderDelayController, AlignmentWithJitter) {
|
| Random random_generator(42U);
|
| std::vector<float> render_block(kBlockSize, 0.f);
|
| std::vector<float> capture_block(kBlockSize, 0.f);
|
|
|