Re-enable NetEqExternalDecoderTest for Android
The test runs without problems now. BUG=3343 R=tina.legrand@webrtc.org Review URL: https://webrtc-codereview.appspot.com/16519005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6144 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
bf93fb3176
commit
2fa17015d1
@ -203,7 +203,7 @@ class NetEqExternalDecoderTest : public ::testing::Test {
|
||||
scoped_ptr<test::InputAudioFile> input_file_;
|
||||
};
|
||||
|
||||
TEST_F(NetEqExternalDecoderTest, DISABLED_ON_ANDROID(RunTest)) {
|
||||
TEST_F(NetEqExternalDecoderTest, RunTest) {
|
||||
RunTest(100); // Run 100 laps @ 10 ms each in the test loop.
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user