about summary refs log tree commit diff stats
path: root/tests/functionaltests/test_rooms.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-13 21:20:13 +0100
committerJames Booth <boothj5@gmail.com>2015-06-13 21:20:13 +0100
commit5b58e2d0bc5720226eced6088d31d166800fcfd3 (patch)
tree90fa7de78d90153b25e9a9dc069e46bb12de6de1 /tests/functionaltests/test_rooms.c
parent5c13f00e2ffee3210372c7fbf0eae575817a1297 (diff)
downloadprofani-tty-5b58e2d0bc5720226eced6088d31d166800fcfd3.tar.gz
Debugging travis build
Diffstat (limited to 'tests/functionaltests/test_rooms.c')
-rw-r--r--tests/functionaltests/test_rooms.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/functionaltests/test_rooms.c b/tests/functionaltests/test_rooms.c
index dec8b1ec..f8234ee1 100644
--- a/tests/functionaltests/test_rooms.c
+++ b/tests/functionaltests/test_rooms.c
@@ -27,7 +27,8 @@ rooms_query(void **state)
 
     prof_input("/rooms");
 
-    assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
+//    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(
 //        "chatroom@conference.localhost, \\(A chat room\\)"