about summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 21:31:38 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 21:31:38 +0100
commitdda79aed2429bd041f94d4d249eb449370f2a4a0 (patch)
tree2dede5b769a68162b8a61c1cf6607baecf8ad6a7 /tests
parent5b58e2d0bc5720226eced6088d31d166800fcfd3 (diff)
downloadprofani-tty-dda79aed2429bd041f94d4d249eb449370f2a4a0.tar.gz
Debugging travis build
Diffstat (limited to 'tests')
-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\\)"