From f3f03e2b7c0e3f018b17a3e563cae472d97be69c Mon Sep 17 00:00:00 2001 From: Alex Loiko Date: Wed, 9 Oct 2019 13:41:31 +0200 Subject: [PATCH] Removing outdated tests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some of them break downstream projects. Bug: None Change-Id: I826af4a768115649d29a4f0a70f895fe3cad0c71 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/156167 Reviewed-by: Niels Moller Reviewed-by: Henrik Boström Commit-Queue: Alex Loiko Cr-Commit-Position: refs/heads/master@{#29418} --- pc/channel_unittest.cc | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pc/channel_unittest.cc b/pc/channel_unittest.cc index 3565569736..d53b9015cf 100644 --- a/pc/channel_unittest.cc +++ b/pc/channel_unittest.cc @@ -1937,10 +1937,6 @@ TEST_F(VoiceChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(VoiceChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(VoiceChannelDoubleThreadTest, SendDtlsSrtpToDtlsSrtp) { Base::SendDtlsSrtpToDtlsSrtp(0, 0); } @@ -2377,10 +2373,6 @@ TEST_F(VideoChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(VideoChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(VideoChannelDoubleThreadTest, SendDtlsSrtpToDtlsSrtp) { Base::SendDtlsSrtpToDtlsSrtp(0, 0); } @@ -2649,10 +2641,6 @@ TEST_F(RtpDataChannelDoubleThreadTest, SendRtpToRtp) { Base::SendRtpToRtp(); } -TEST_F(RtpDataChannelDoubleThreadTest, SendRtcpToRtcp) { - Base::SendRtcpToRtcp(); -} - TEST_F(RtpDataChannelDoubleThreadTest, SendRtpToRtpOnThread) { Base::SendRtpToRtpOnThread(); }