Re-enable rampup_tests.cc for Android.

BUG=3770
R=pbos@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/27499004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7180 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andresp@webrtc.org 2014-09-15 12:27:35 +00:00
parent 4a6c5b3b01
commit 541753f96c

View File

@ -18,9 +18,6 @@
#include "webrtc/test/testsupport/perf_test.h"
#include "webrtc/video/rampup_tests.h"
// Disabled on Android since all tests currently fail (webrtc:3770).
#ifndef WEBRTC_ANDROID
namespace webrtc {
namespace {
@ -510,5 +507,3 @@ TEST_F(RampUpTest, UpDownUpOneStreamRtx) { RunRampUpDownUpTest(1, true); }
TEST_F(RampUpTest, UpDownUpThreeStreamsRtx) { RunRampUpDownUpTest(3, true); }
} // namespace webrtc
#endif // !WEBRTC_ANDROID