Browse Source

MT#61630 moh: remove unused `rcv_no()` in tests

Since not actually used, just remove them.

Change-Id: I669dd21aeec07b5759932264a30dfbb5b3c34f96
pull/1897/head
Donat Zenichev 11 months ago
parent
commit
ffa64f41ea
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      t/auto-daemon-tests.pl

+ 0
- 10
t/auto-daemon-tests.pl View File

@ -26336,8 +26336,6 @@ a=sendrecv
a=rtcp:PORT
SDP
#rcv_no($sock_b);
answer('Music on hold - MoH put off by offerer', { ICE => 'remove' }, <<SDP);
v=0
o=- 1545997029 1 IN IP4 198.51.100.3
@ -26473,8 +26471,6 @@ a=sendrecv
a=rtcp:PORT
SDP
#rcv_no($sock_b);
answer('Music on hold - MoH put off by offerer and declared zero-connection', { ICE => 'remove' }, <<SDP);
v=0
o=- 1545997029 1 IN IP4 198.51.100.3
@ -26610,8 +26606,6 @@ a=sendrecv
a=rtcp:PORT
SDP
#rcv_no($sock_b);
answer('Music on hold - MoH put off by offerer and declared sendrecv mode', { ICE => 'remove' }, <<SDP);
v=0
o=- 1545997029 1 IN IP4 198.51.100.3
@ -26747,8 +26741,6 @@ a=sendrecv
a=rtcp:PORT
SDP
#rcv_no($sock_b);
answer('Music on hold - MoH put off by offerer and declared zero-connection + mode sendrecv', { ICE => 'remove' }, <<SDP);
v=0
o=- 1545997029 1 IN IP4 198.51.100.3
@ -26886,8 +26878,6 @@ a=sendrecv
a=rtcp:PORT
SDP
#rcv_no($sock_b);
answer('Music on hold - answerer test, MoH put off by answerer', { ICE => 'remove' }, <<SDP);
v=0
o=- 1545997029 1 IN IP4 198.51.100.3


Loading…
Cancel
Save