Re-enable video send stream tests for android.

BUG=3770
R=kjellander@webrtc.org, pbos@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@7179 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
andresp@webrtc.org 2014-09-15 12:24:34 +00:00
parent 18617cfde8
commit 4a6c5b3b01

View File

@ -35,9 +35,6 @@
#include "webrtc/video/transport_adapter.h" #include "webrtc/video/transport_adapter.h"
#include "webrtc/video_send_stream.h" #include "webrtc/video_send_stream.h"
// Disabled on Android since all tests currently fail (webrtc:3770).
#ifndef WEBRTC_ANDROID
namespace webrtc { namespace webrtc {
enum VideoFormat { kGeneric, kVP8, }; enum VideoFormat { kGeneric, kVP8, };
@ -1480,5 +1477,3 @@ TEST_F(VideoSendStreamTest, RtcpSenderReportContainsMediaBytesSent) {
} }
} // namespace webrtc } // namespace webrtc
#endif // !WEBRTC_ANDROID