Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1188)

Unified Diff: webrtc/pc/peerconnectioninterface_unittest.cc

Issue 3012953002: Created the DtlsSrtpTransport.
Patch Set: Initial review. Created 3 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/pc/peerconnectioninterface_unittest.cc
diff --git a/webrtc/pc/peerconnectioninterface_unittest.cc b/webrtc/pc/peerconnectioninterface_unittest.cc
index c23a79d597b4fe8bdaec83edbd867df52ef3f3f5..060c240313472c0ed19046b0f1aa6ddae7ce5171 100644
--- a/webrtc/pc/peerconnectioninterface_unittest.cc
+++ b/webrtc/pc/peerconnectioninterface_unittest.cc
@@ -2265,7 +2265,7 @@ TEST_F(PeerConnectionInterfaceTest, ReceiveDtlsSdesFallbackOffer) {
SessionDescriptionInterface* desc = webrtc::CreateSessionDescription(
SessionDescriptionInterface::kOffer, kDtlsSdesFallbackSdp, nullptr);
EXPECT_TRUE(DoSetSessionDescription(desc, false));
- CreateAnswerAsLocalDescription();
+ // CreateAnswerAsLocalDescription();
Zhi Huang 2017/09/10 22:58:01 This would be removed once https://codereview.webr
}
// Test that we can create an audio only offer and receive an answer with a

Powered by Google App Engine
This is Rietveld 408576698