Changed test case for r2629.
TBR=elham@webrtc.org BUG=756 Review URL: https://webrtc-codereview.appspot.com/714011 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2632 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
21c822ce8d
commit
6620c68b1a
@ -618,7 +618,7 @@ void ViEAutoTest::ViERtpRtcpAPITest()
|
||||
tbChannel.videoChannel, true, 15));
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetSendTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, true, 3));
|
||||
EXPECT_EQ(-1, ViE.rtp_rtcp->SetSendTimestampOffsetStatus(
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetSendTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, true, 3));
|
||||
EXPECT_EQ(0, ViE.rtp_rtcp->SetSendTimestampOffsetStatus(
|
||||
tbChannel.videoChannel, false, 3));
|
||||
|
Loading…
Reference in New Issue
Block a user