From 95ff13136bfd84342074a606d7d6676a3c70d1e8 Mon Sep 17 00:00:00 2001 From: James Booth Date: Sun, 11 May 2014 14:13:15 +0100 Subject: Added OTR policy account preference --- tests/test_cmd_account.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_cmd_account.c') diff --git a/tests/test_cmd_account.c b/tests/test_cmd_account.c index 51bb33f2..d03d757b 100644 --- a/tests/test_cmd_account.c +++ b/tests/test_cmd_account.c @@ -40,7 +40,7 @@ void cmd_account_shows_account_when_connected_and_no_args(void **state) mock_accounts_get_account(); CommandHelp *help = malloc(sizeof(CommandHelp)); ProfAccount *account = account_new("jabber_org", "me@jabber.org", NULL, - TRUE, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL); + TRUE, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL); gchar *args[] = { NULL }; mock_connection_status(JABBER_CONNECTED); @@ -119,7 +119,7 @@ void cmd_account_show_shows_account_when_exists(void **state) CommandHelp *help = malloc(sizeof(CommandHelp)); gchar *args[] = { "show", "account_name", NULL }; ProfAccount *account = account_new("jabber_org", "me@jabber.org", NULL, - TRUE, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL); + TRUE, NULL, 0, NULL, NULL, NULL, 0, 0, 0, 0, 0, NULL, NULL, NULL); accounts_get_account_return(account); -- cgit 1.4.1-2-gfad0