about summary refs log tree commit diff stats
path: root/tests/test_server_events.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-10 01:17:38 +0000
committerJames Booth <boothj5@gmail.com>2015-01-10 01:17:38 +0000
commitf180925c3b4c28d3839efe5526596506c781a9ec (patch)
tree4b8b56ffd778527c8f83a6430f587fe95b5a072a /tests/test_server_events.h
parentab7bd6fe5f9c0a0abdc82426ab2eaaeb9416da28 (diff)
downloadprofani-tty-f180925c3b4c28d3839efe5526596506c781a9ec.tar.gz
Added tests for clearing chat sessions on lost connection
Diffstat (limited to 'tests/test_server_events.h')
-rw-r--r--tests/test_server_events.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_server_events.h b/tests/test_server_events.h
index 15a8f597..81a436f4 100644
--- a/tests/test_server_events.h
+++ b/tests/test_server_events.h
@@ -10,4 +10,5 @@ void handle_message_error_when_recipient_cancel_disables_chat_session(void **sta
 void handle_message_error_when_recipient_and_no_type(void **state);
 void handle_presence_error_when_no_recipient(void **state);
 void handle_presence_error_when_from_recipient(void **state);
-void handle_offline_removes_chat_session(void **state);
\ No newline at end of file
+void handle_offline_removes_chat_session(void **state);
+void lost_connection_clears_chat_sessions(void **state);