about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--tests/functionaltests/test_rooms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functionaltests/test_rooms.c b/tests/functionaltests/test_rooms.c
index f8234ee1..4691fea3 100644
--- a/tests/functionaltests/test_rooms.c
+++ b/tests/functionaltests/test_rooms.c
@@ -28,7 +28,7 @@ rooms_query(void **state)
     prof_input("/rooms");
 
 //    assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
-    assert_true(prof_output_exact("hangout@conference.localhost, (Another chat room)"));
+    assert_true(prof_output_regex("hangout@conference\\.localhost, \\(Another chat room\\)"));
 
 //    assert_true(prof_output_regex(
 //        "chatroom@conference.localhost, \\(A chat room\\)"