0
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-07-26 12:14:28 -04:00

Debugging travis build

This commit is contained in:
James Booth 2015-06-13 21:13:07 +01:00
parent 0fcfa65f15
commit 5c13f00e2f

View File

@ -27,11 +27,13 @@ rooms_query(void **state)
prof_input("/rooms"); prof_input("/rooms");
assert_true(prof_output_regex( assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
"chatroom@conference.localhost, \\(A chat room\\)"
".+" // assert_true(prof_output_regex(
"hangout@conference.localhost, \\(Another chat room\\)" // "chatroom@conference.localhost, \\(A chat room\\)"
)); // ".+"
// "hangout@conference.localhost, \\(Another chat room\\)"
// ));
assert_true(stbbr_last_received( assert_true(stbbr_last_received(
"<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">" "<iq id=\"confreq\" to=\"conference.localhost\" type=\"get\">"