diff options
author | James Booth <boothj5@gmail.com> | 2015-06-13 21:31:38 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-13 21:31:38 +0100 |
commit | dda79aed2429bd041f94d4d249eb449370f2a4a0 (patch) | |
tree | 2dede5b769a68162b8a61c1cf6607baecf8ad6a7 | |
parent | 5b58e2d0bc5720226eced6088d31d166800fcfd3 (diff) | |
download | profani-tty-dda79aed2429bd041f94d4d249eb449370f2a4a0.tar.gz |
Debugging travis build
-rw-r--r-- | tests/functionaltests/test_rooms.c | 2 |
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\\)" |