Revert of 6211 as it was committed despite of PRESUBMIT.py warning. The commit breaks the sync bot.

BUG=N/A
TBR=mcasas@webrtc.org

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

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6212 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrike@webrtc.org 2014-05-21 16:01:13 +00:00
parent 3b7e282caa
commit 000658a138

View File

@ -2215,7 +2215,7 @@ TEST_F(WebRtcVideoMediaChannelTest, SendManyResizeOnce) {
SendManyResizeOnce();
}
TEST_F(WebRtcVideoMediaChannelTest, DISABLED_SendVp8HdAndReceiveAdaptedVp8Vga) {
TEST_F(WebRtcVideoMediaChannelTest, SendVp8HdAndReceiveAdaptedVp8Vga) {
EXPECT_TRUE(channel_->SetCapturer(kSsrc, NULL));
channel_->UpdateAspectRatio(1280, 720);
video_capturer_.reset(new cricket::FakeVideoCapturer);