From ed7edb8e89f3ef9b65644d60447a66b0a2875c9b Mon Sep 17 00:00:00 2001 From: "bjornv@webrtc.org" Date: Mon, 9 Jun 2014 10:02:05 +0000 Subject: [PATCH] Enables DelayCorrection tests The fix has been done elsewhere and the test pass. BUG=3445 R=kwiberg@webrtc.org Review URL: https://webrtc-codereview.appspot.com/15679007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6371 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../modules/audio_processing/echo_cancellation_impl_unittest.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc b/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc index 37f2f0943b..eeea2587e0 100644 --- a/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc +++ b/webrtc/modules/audio_processing/echo_cancellation_impl_unittest.cc @@ -18,7 +18,7 @@ extern "C" { namespace webrtc { -TEST(EchoCancellationInternalTest, DISABLED_ON_ANDROID(DelayCorrection)) { +TEST(EchoCancellationInternalTest, DelayCorrection) { scoped_ptr ap(AudioProcessing::Create(0)); EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL);