aboutsummaryrefslogtreecommitdiffstats
path: root/spec/scansion/mam_extended.scs
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-01-13 16:26:56 +0100
committerKim Alvefur <zash@zash.se>2021-01-13 16:26:56 +0100
commit3bb2342addda98c4bcfbbbb62d1e03de775e5079 (patch)
treeb5d5c5c646fded9a97ae4499c4a199a038a61da2 /spec/scansion/mam_extended.scs
parent68bd24d94ced1ed0678d71be492a6a5cd58d4303 (diff)
downloadprosody-3bb2342addda98c4bcfbbbb62d1e03de775e5079.tar.gz
prosody-3bb2342addda98c4bcfbbbb62d1e03de775e5079.zip
mod_mam: Workaround scansion test flakyness
The empty ID fields are sometimes accepted, sometimes not.
Diffstat (limited to 'spec/scansion/mam_extended.scs')
-rw-r--r--spec/scansion/mam_extended.scs14
1 files changed, 2 insertions, 12 deletions
diff --git a/spec/scansion/mam_extended.scs b/spec/scansion/mam_extended.scs
index a1c50ffc..faab2f88 100644
--- a/spec/scansion/mam_extended.scs
+++ b/spec/scansion/mam_extended.scs
@@ -82,12 +82,7 @@ Romeo receives:
# FIXME unstable tag order from util.rsm
Romeo receives:
<iq type="result" id="mamquery1" to="${Romeo's full JID}">
- <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1">
- <set xmlns="http://jabber.org/protocol/rsm" scansion:strict="false">
- <count>2</count>
- <first></first>
- <last></last>
- </set>
+ <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false">
</fin>
</iq>
@@ -126,11 +121,6 @@ Romeo receives:
# FIXME unstable tag order from util.rsm
Romeo receives:
<iq type="result" id="mamquery2" to="${Romeo's full JID}">
- <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1">
- <set xmlns="http://jabber.org/protocol/rsm" scansion:strict="false">
- <count>2</count>
- <first></first>
- <last></last>
- </set>
+ <fin xmlns="urn:xmpp:mam:2" complete="true" queryid="q1" scansion:strict="false">
</fin>
</iq>