Chromium Code Reviews| Index: talk/media/webrtc/webrtcvoiceengine_unittest.cc |
| diff --git a/talk/media/webrtc/webrtcvoiceengine_unittest.cc b/talk/media/webrtc/webrtcvoiceengine_unittest.cc |
| index b123a8430b154e527134bce5af31ad70b7f81f3c..1e94c80f39c678e80a563f50a0c651ea84a6ae1a 100644 |
| --- a/talk/media/webrtc/webrtcvoiceengine_unittest.cc |
| +++ b/talk/media/webrtc/webrtcvoiceengine_unittest.cc |
| @@ -2317,6 +2317,8 @@ TEST_F(WebRtcVoiceEngineTestFake, SampleRatesViaOptions) { |
| EXPECT_EQ(44100u, playout_sample_rate); |
| } |
| +/* !!!!!!!!!!!!!!!! Fix! |
| + |
| TEST_F(WebRtcVoiceEngineTestFake, TraceFilterViaTraceOptions) { |
| EXPECT_TRUE(SetupEngineWithSendStream()); |
| engine_.SetLogging(rtc::LS_INFO, ""); |
| @@ -2335,6 +2337,7 @@ TEST_F(WebRtcVoiceEngineTestFake, TraceFilterViaTraceOptions) { |
| EXPECT_EQ(static_cast<unsigned int>(webrtc::kTraceDefault), |
| trace_wrapper_->filter_); |
| } |
| +*/ |
|
pthatcher1
2015/11/18 19:26:26
Wouldn't this test just go away?
the sun
2015/11/19 15:55:12
Done.
|
| // Test that we can set the outgoing SSRC properly. |
| // SSRC is set in SetupEngine by calling AddSendStream. |