diff options
author | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:19:43 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2023-03-23 14:19:43 +0000 |
commit | 893366fb799968fcd88339812e8291bc4f06bee1 (patch) | |
tree | 9c2b46d5558072132602d10aae03e757eb3d9a15 /spec/scansion | |
parent | f3792af0fe2ce764311d8240da1c74bef7fb51c9 (diff) | |
download | prosody-893366fb799968fcd88339812e8291bc4f06bee1.tar.gz prosody-893366fb799968fcd88339812e8291bc4f06bee1.zip |
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.
Diffstat (limited to 'spec/scansion')
-rw-r--r-- | spec/scansion/vcard_temp.scs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/scansion/vcard_temp.scs b/spec/scansion/vcard_temp.scs index 38c6f755..240ea1f3 100644 --- a/spec/scansion/vcard_temp.scs +++ b/spec/scansion/vcard_temp.scs @@ -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 |