mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
scansion: vcard_temp: Ensure at least one connection is open throughout test
I plan to introduce logic to "reset" the server between individual tests, which is currently triggered by the lack of any connections. This is the only test that has a point where no clients are connected, and it's not necessary, so I changed it to keep the connection open for the duration of the test.
This commit is contained in:
parent
f3792af0fe
commit
893366fb79
1 changed files with 2 additions and 2 deletions
|
@ -51,8 +51,6 @@ Romeo receives:
|
|||
</vCard>
|
||||
</iq>
|
||||
|
||||
Romeo disconnects
|
||||
|
||||
Juliet connects
|
||||
|
||||
Juliet sends:
|
||||
|
@ -77,4 +75,6 @@ Juliet receives:
|
|||
|
||||
Juliet disconnects
|
||||
|
||||
Romeo disconnects
|
||||
|
||||
# recording ended on 2018-10-20T15:02:14Z
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue