Removing outdated tests.
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 <nisse@webrtc.org> Reviewed-by: Henrik Boström <hbos@webrtc.org> Commit-Queue: Alex Loiko <aleloi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#29418}
This commit is contained in:
parent
f9807259a6
commit
f3f03e2b7c
@ -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();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user