about summary refs log tree commit diff stats
path: root/tests/test_cmd_bookmark.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-20 22:02:55 +0100
committerJames Booth <boothj5@gmail.com>2014-04-20 22:02:55 +0100
commit9a55d8ad193e79c38d59c9448330132f1c874bca (patch)
tree05dde8cae2a038c6887f8c78f0f845d3d90e3a9a /tests/test_cmd_bookmark.c
parente830e2a06a43b03377c9bb862b1843aec91cb366 (diff)
downloadprofani-tty-9a55d8ad193e79c38d59c9448330132f1c874bca.tar.gz
Store password with room
Diffstat (limited to 'tests/test_cmd_bookmark.c')
-rw-r--r--tests/test_cmd_bookmark.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_cmd_bookmark.c b/tests/test_cmd_bookmark.c
index 4dc12217..e154413e 100644
--- a/tests/test_cmd_bookmark.c
+++ b/tests/test_cmd_bookmark.c
@@ -248,7 +248,7 @@ void cmd_bookmark_add_adds_bookmark_with_room_details(void **state)
     gchar *args[] = { "add", NULL };
 
     muc_init();
-    muc_join_room(jid, nick);
+    muc_join_room(jid, nick, NULL);
 
     mock_connection_status(JABBER_CONNECTED);
     mock_current_win_type(WIN_MUC);
@@ -275,7 +275,7 @@ void cmd_bookmark_add_adds_bookmark_with_room_details_autojoin(void **state)
     gchar *args[] = { "add", "autojoin", NULL };
 
     muc_init();
-    muc_join_room(jid, nick);
+    muc_join_room(jid, nick, NULL);
 
     mock_connection_status(JABBER_CONNECTED);
     mock_current_win_type(WIN_MUC);