From 006a19da77dfe99cedd0271a5789b3890b469b39 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Sat, 20 Oct 2018 17:29:31 +0200
Subject: tests: Remove initial read since XEP is unclear (see #1104)

If the store is empty then either this empty vCard element or an
item-not-found error is acceptable.
---
 spec/scansion/vcard_temp.scs | 10 ----------
 1 file changed, 10 deletions(-)

(limited to 'spec')

diff --git a/spec/scansion/vcard_temp.scs b/spec/scansion/vcard_temp.scs
index 99c2c429..c359bb82 100644
--- a/spec/scansion/vcard_temp.scs
+++ b/spec/scansion/vcard_temp.scs
@@ -13,16 +13,6 @@
 
 Romeo connects
 
-Romeo sends:
-	<iq id="lx2" type="get">
-		<vCard xmlns="vcard-temp"/>
-	</iq>
-
-Romeo receives:
-	<iq type="result" id="lx2" to="${Romeo's full JID}">
-		<vCard xmlns="vcard-temp"/>
-	</iq>
-
 Romeo sends:
 	<iq id="lx3" type="set">
 		<vCard xmlns="vcard-temp">
-- 
cgit v1.2.3