Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
index e19cf35784037faa20e65da07fe3742e6b051752..f33507e35821ffebaa6eae2e238dde5f1a90d63f 100644 |
--- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
+++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api_rtcp.cc |
@@ -165,9 +165,8 @@ |
// the receiving module. |
// send RTP packet with the data "testtest" |
const uint8_t test[9] = "testtest"; |
- EXPECT_EQ(true, |
- module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, 0, -1, |
- test, 8, nullptr, nullptr, nullptr)); |
+ EXPECT_EQ(0, module1->SendOutgoingData(webrtc::kAudioFrameSpeech, 96, |
+ 0, -1, test, 8)); |
} |
virtual void TearDown() { |