From b27c5d0f5baa7161231642b14106db2e96065f95 Mon Sep 17 00:00:00 2001 From: James Booth Date: Wed, 18 Dec 2013 23:06:43 +0000 Subject: Replaced old mock_xmpp --- tests/xmpp/mock_xmpp.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/xmpp/mock_xmpp.h (limited to 'tests/xmpp/mock_xmpp.h') diff --git a/tests/xmpp/mock_xmpp.h b/tests/xmpp/mock_xmpp.h new file mode 100644 index 00000000..89096836 --- /dev/null +++ b/tests/xmpp/mock_xmpp.h @@ -0,0 +1,10 @@ +#ifndef COMMON_MOCKS_H +#define COMMON_MOCKS_H + +#include "xmpp/xmpp.h" + +void mock_connection_status(jabber_conn_status_t status); +void mock_connection_account_name(char *name); +void expect_room_list_request(char *conf_server); + +#endif -- cgit 1.4.1-2-gfad0