From 66660dfd85604346d39a5d237ca5a496b43a292b Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Thu, 20 Jun 2019 21:18:46 +0200
Subject: mod_blocklist: Update test case with correct behavior (see #1380)

Expect failure
---
 spec/scansion/blocking.scs | 6 ++++++
 1 file changed, 6 insertions(+)

(limited to 'spec/scansion')

diff --git a/spec/scansion/blocking.scs b/spec/scansion/blocking.scs
index 5f4c8cba..809bbcb5 100644
--- a/spec/scansion/blocking.scs
+++ b/spec/scansion/blocking.scs
@@ -132,6 +132,12 @@ Romeo sends:
 	  </unblock>
 	</iq>
 
+Juliet receives:
+	<presence to="${Juliet's JID}" from="${Romeo's full JID}">
+	  <delay xmlns="urn:xmpp:delay" stamp="{scansion:any}" from="localhost"/>
+	  <x xmlns="vcard-temp:x:update"/>
+	</presence>
+
 Romeo receives:
 	<iq type="result" id="lx3"/>
 
-- 
cgit v1.2.3