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:
parent
582367f251
commit
ed7edb8e89
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user