From a2eb0a7841d0f951fd81fdb87e295813d88772aa Mon Sep 17 00:00:00 2001 From: Bjorn Mellem Date: Fri, 9 Nov 2018 10:13:51 -0800 Subject: [PATCH] Fix up an outdated comment in peerconnection_integrationtest.cc. Bug: webrtc:9719 Change-Id: Ied844fdb941b80ab84d43775cc315c075677dac0 Reviewed-on: https://webrtc-review.googlesource.com/c/110562 Reviewed-by: Steve Anton Commit-Queue: Bjorn Mellem Cr-Commit-Position: refs/heads/master@{#25586} --- pc/peerconnection_integrationtest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pc/peerconnection_integrationtest.cc b/pc/peerconnection_integrationtest.cc index ccd7d05cb5..1e6a28c41d 100644 --- a/pc/peerconnection_integrationtest.cc +++ b/pc/peerconnection_integrationtest.cc @@ -3387,8 +3387,8 @@ TEST_P(PeerConnectionIntegrationTest, #endif // HAVE_SCTP -// This test sets up a call between two parties with audio, video, and a media -// transport data channel. +// This test sets up a call between two parties with a media transport data +// channel. TEST_P(PeerConnectionIntegrationTest, MediaTransportDataChannelEndToEnd) { PeerConnectionInterface::RTCConfiguration rtc_config; rtc_config.use_media_transport_for_data_channels = true;