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:
mflodman@webrtc.org 2012-08-17 17:03:28 +00:00
parent 21c822ce8d
commit 6620c68b1a

View File

@ -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));