about summary refs log tree commit diff stats
path: root/tests/test_cmd_rooms.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-12-18 23:06:43 +0000
committerJames Booth <boothj5@gmail.com>2013-12-18 23:06:43 +0000
commitb27c5d0f5baa7161231642b14106db2e96065f95 (patch)
tree5a98dc47a1d507e946b7aae7f652e6314db75db3 /tests/test_cmd_rooms.c
parent00a475cf55c064f01b9631362e4934affcbf3ea9 (diff)
downloadprofani-tty-b27c5d0f5baa7161231642b14106db2e96065f95.tar.gz
Replaced old mock_xmpp
Diffstat (limited to 'tests/test_cmd_rooms.c')
-rw-r--r--tests/test_cmd_rooms.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test_cmd_rooms.c b/tests/test_cmd_rooms.c
index b1022a98..a31f67f3 100644
--- a/tests/test_cmd_rooms.c
+++ b/tests/test_cmd_rooms.c
@@ -6,9 +6,11 @@
 #include <glib.h>
 
 #include "xmpp/xmpp.h"
+#include "xmpp/mock_xmpp.h"
+
 #include "ui/ui.h"
+
 #include "command/commands.h"
-#include "common_mocks.h"
 
 static void test_with_connection_status(jabber_conn_status_t status)
 {