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
This commit is contained in:
bjornv@webrtc.org 2014-06-09 10:02:05 +00:00
parent 582367f251
commit ed7edb8e89

View File

@ -18,7 +18,7 @@ extern "C" {
namespace webrtc {
TEST(EchoCancellationInternalTest, DISABLED_ON_ANDROID(DelayCorrection)) {
TEST(EchoCancellationInternalTest, DelayCorrection) {
scoped_ptr<AudioProcessing> ap(AudioProcessing::Create(0));
EXPECT_TRUE(ap->echo_cancellation()->aec_core() == NULL);