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

@@ -4,6 +4,6 @@ void connect_jid_sends_presence_after_receiving_roster(void **state);
void connect_jid_requests_bookmarks(void **state);
void connect_bad_password(void **state);
void show_presence_updates(void **state);
//void sends_rooms_iq(void **state);
//void multiple_pings(void **state);
//void responds_to_ping(void **state);
void sends_rooms_iq(void **state);
void multiple_pings(void **state);
void responds_to_ping(void **state);