| Index: webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
|
| diff --git a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
|
| index ea2d98bc3a9154c9564e49ca6524a9299d8d9025..89c9cbebeba43ec38673db1eca22a7a5c59ba0b9 100644
|
| --- a/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
|
| +++ b/webrtc/modules/rtp_rtcp/test/testAPI/test_api.cc
|
| @@ -152,10 +152,6 @@ TEST_F(RtpRtcpAPITest, RTCP) {
|
| EXPECT_TRUE(module_->TMMBR());
|
| module_->SetTMMBRStatus(false);
|
| EXPECT_FALSE(module_->TMMBR());
|
| -
|
| - EXPECT_EQ(kNackOff, rtp_receiver_->NACK());
|
| - rtp_receiver_->SetNACKStatus(kNackRtcp);
|
| - EXPECT_EQ(kNackRtcp, rtp_receiver_->NACK());
|
| }
|
|
|
| TEST_F(RtpRtcpAPITest, RtxSender) {
|
|
|