Added regex output matcher, presence test

This commit is contained in:
James Booth
2015-05-29 01:01:34 +01:00
parent f17afcf5d4
commit a522d0225d
9 changed files with 80 additions and 15 deletions

View File

@@ -33,6 +33,6 @@ rooms_query(void **state)
"</iq>"
));
assert_true(prof_output("chatroom@conference.localhost, (A chat room)"));
assert_true(prof_output("hangout@conference.localhost, (Another chat room)"));
assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)"));
assert_true(prof_output_exact("hangout@conference.localhost, (Another chat room)"));
}