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, 7 insertions, 5 deletions
diff --git a/tests/functionaltests/test_rooms.c b/tests/functionaltests/test_rooms.c
index 0e53d0db..dec8b1ec 100644
--- a/tests/functionaltests/test_rooms.c
+++ b/tests/functionaltests/test_rooms.c
@@ -27,11 +27,13 @@ rooms_query(void **state)
 
     prof_input("/rooms");
 
-    assert_true(prof_output_regex(
-        "chatroom@conference.localhost, \\(A chat room\\)"
-        ".+"
-        "hangout@conference.localhost, \\(Another chat room\\)"
-    ));
+    assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
+
+//    assert_true(prof_output_regex(
+//        "chatroom@conference.localhost, \\(A chat room\\)"
+//        ".+"
+//        "hangout@conference.localhost, \\(Another chat room\\)"
+//    ));
 
     assert_true(stbbr_last_received(
         "<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">"