From 07b667db5e6641131433524b1dbd9bb4a77e0b03 Mon Sep 17 00:00:00 2001 From: "stefan@webrtc.org" Date: Thu, 14 Feb 2013 11:35:20 +0000 Subject: [PATCH] Remove MultiStreamMode from test. TBR=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1101010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3512 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc index 64d5c2dee..f017b0763 100644 --- a/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc +++ b/webrtc/video_engine/test/auto_test/source/vie_autotest_rtp_rtcp.cc @@ -448,8 +448,6 @@ void ViEAutoTest::ViERtpRtcpAPITest() // is valid to call before creating channels. EXPECT_EQ(0, ViE.rtp_rtcp->SetBandwidthEstimationMode( webrtc::kViESingleStreamEstimation)); - EXPECT_EQ(0, ViE.rtp_rtcp->SetBandwidthEstimationMode( - webrtc::kViEMultiStreamEstimation)); // Create a video channel TbVideoChannel tbChannel(ViE, webrtc::kVideoCodecVP8);