diff options
author | James Booth <boothj5@gmail.com> | 2015-05-24 21:46:44 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-05-24 21:46:44 +0100 |
commit | 7fb00a1e15b192c852e7960708276f5915dc70ab (patch) | |
tree | d20b1006ac8c0b99ac219813c4364c4f85950d38 /stabbertests/test_connect.h | |
parent | 16b88a6d8f179831c69cb1f5d56ff7c908e6973d (diff) | |
download | profani-tty-7fb00a1e15b192c852e7960708276f5915dc70ab.tar.gz |
Added ping response test
Diffstat (limited to 'stabbertests/test_connect.h')
-rw-r--r-- | stabbertests/test_connect.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stabbertests/test_connect.h b/stabbertests/test_connect.h index df66da05..8e80b113 100644 --- a/stabbertests/test_connect.h +++ b/stabbertests/test_connect.h @@ -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); |