Implemented remaining tests with expect and stabber

This commit is contained in:
James Booth
2015-05-27 23:00:42 +01:00
parent 3760084680
commit f8c5ed5727
4 changed files with 97 additions and 115 deletions

View File

@@ -34,15 +34,15 @@ int main(int argc, char* argv[]) {
unit_test_setup_teardown(show_presence_updates,
init_prof_test,
close_prof_test),
// unit_test_setup_teardown(sends_rooms_iq,
// init_prof_test,
// close_prof_test),
// unit_test_setup_teardown(multiple_pings,
// init_prof_test,
// close_prof_test),
// unit_test_setup_teardown(responds_to_ping,
// init_prof_test,
// close_prof_test),
unit_test_setup_teardown(sends_rooms_iq,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(multiple_pings,
init_prof_test,
close_prof_test),
unit_test_setup_teardown(responds_to_ping,
init_prof_test,
close_prof_test),
};
return run_tests(all_tests);