(Auto)update libjingle 68230011-> 68230113

git-svn-id: http://webrtc.googlecode.com/svn/trunk@6281 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
buildbot@webrtc.org 2014-05-30 07:40:35 +00:00
parent 35efb839ed
commit 540a2251aa

View File

@ -650,14 +650,8 @@ TEST_F(WebRtcVideoChannel2Test, DISABLED_RecvStreamWithRtxOnMultiplePayloads) {
FAIL() << "Not implemented."; FAIL() << "Not implemented.";
} }
TEST_F(WebRtcVideoChannel2Test, RecvStreamWithoutRtx) { TEST_F(WebRtcVideoChannel2Test, DISABLED_RecvStreamNoRtx) {
EXPECT_TRUE(channel_->SetSendCodecs(engine_.codecs())); FAIL() << "Not implemented."; // TODO(pbos): Implement.
EXPECT_TRUE(channel_->SetSend(true));
FakeVideoReceiveStream* recv_stream =
AddRecvStream(cricket::StreamParams::CreateLegacy(1));
EXPECT_TRUE(recv_stream->GetConfig().rtp.rtx.empty())
<< "RTX SSRCs for receive stream without RTX configured.";
} }
TEST_F(WebRtcVideoChannel2Test, DISABLED_RtpTimestampOffsetHeaderExtensions) { TEST_F(WebRtcVideoChannel2Test, DISABLED_RtpTimestampOffsetHeaderExtensions) {