Update integration tests for idempotent RTP header settings.
Review URL: https://webrtc-codereview.appspot.com/1152004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3593 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
7d6f11302e
commit
ea386147f1
@ -661,7 +661,7 @@ void ViEAutoTest::ViERtpRtcpAPITest()
|
||||
tbChannel.videoChannel, true, 15));
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, true, 3));
|
||||
EXPECT_EQ(-1, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus(
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, true, 3));
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetReceiveTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, false, 3));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user