#include #include #include #include #include #include #include #include #include #include "proftest.h" void rooms_query(void **state) { stbbr_for("confreq", "" "" "" "" "" "" ); prof_connect("stabber@localhost", "password"); prof_input("/rooms"); assert_true(stbbr_last_received( "" "" "" )); assert_true(prof_output_exact("chatroom@conference.localhost, (A chat room)")); assert_true(prof_output_exact("hangout@conference.localhost, (Another chat room)")); }