Added ping response test

This commit is contained in:
James Booth
2015-05-24 21:46:44 +01:00
parent 16b88a6d8f
commit 7fb00a1e15
3 changed files with 26 additions and 0 deletions

View File

@@ -5,3 +5,4 @@ void connect_jid_requests_bookmarks(void **state);
void connect_bad_password(void **state);
void sends_rooms_iq(void **state);
void multiple_pings(void **state);
void responds_to_ping(void **state);