about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_rooms.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functionaltests/test_rooms.c')
-rw-r--r--tests/functionaltests/test_rooms.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/functionaltests/test_rooms.c b/tests/functionaltests/test_rooms.c
index c81ded6b..9bff2e19 100644
--- a/tests/functionaltests/test_rooms.c
+++ b/tests/functionaltests/test_rooms.c
@@ -15,10 +15,10 @@ void
 rooms_query(void **state)
 {
     stbbr_for_id("confreq",
-        "<iq id=\"confreq\" type=\"result\" to=\"stabber@localhost/profanity\" from=\"conference.localhost\">"
-            "<query xmlns=\"http://jabber.org/protocol/disco#items\">"
-                "<item jid=\"chatroom@conference.localhost\" name=\"A chat room\"/>"
-                "<item jid=\"hangout@conference.localhost\" name=\"Another chat room\"/>"
+        "<iq id='confreq' type='result' to='stabber@localhost/profanity' from='conference.localhost'>"
+            "<query xmlns='http://jabber.org/protocol/disco#items'>"
+                "<item jid='chatroom@conference.localhost' name='A chat room'/>"
+                "<item jid='hangout@conference.localhost' name='Another chat room'/>"
             "</query>"
         "</iq>"
     );
@@ -31,8 +31,8 @@ rooms_query(void **state)
     assert_true(prof_output_exact("hangout@conference.localhost, (Another chat room)"));
 
     assert_true(stbbr_last_received(
-        "<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">"
-            "<query xmlns=\"http://jabber.org/protocol/disco#items\"/>"
+        "<iq id='confreq' to='conference.localhost' type='get'>"
+            "<query xmlns='http://jabber.org/protocol/disco#items'/>"
         "</iq>"
     ));
 }