about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
committerJames Booth <boothj5@gmail.com>2015-01-13 23:48:07 +0000
commita65abed1fbb33c839cadc5e549b43e5f908b59a3 (patch)
tree33bc61aeb1438405484de5811e8be3a75c689d30 /tests/test_cmd_account.h
parent844cd2dda713458d10c1db323cdb76aed0d9b46b (diff)
parentf6da9444794f6faa984f68c8f54849a170fe0e59 (diff)
downloadprofani-tty-a65abed1fbb33c839cadc5e549b43e5f908b59a3.tar.gz
Merge remote-tracking branch 'peterlvilim/keyring'
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index d7fc6266..91bd1e70 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -26,6 +26,9 @@ void cmd_account_set_jid_sets_resource(void **state);
 void cmd_account_set_server_sets_server(void **state);
 void cmd_account_set_resource_sets_resource(void **state);
 void cmd_account_set_password_sets_password(void **state);
+void cmd_account_set_eval_password_sets_eval_password(void **state);
+void cmd_account_set_password_when_eval_password_set(void **state);
+void cmd_account_set_eval_password_when_password_set(void **state);
 void cmd_account_set_muc_sets_muc(void **state);
 void cmd_account_set_nick_sets_nick(void **state);
 void cmd_account_show_message_for_missing_otr_policy(void **state);
@@ -49,4 +52,4 @@ void cmd_account_set_priority_updates_presence_when_account_connected_with_prese
 void cmd_account_clear_shows_usage_when_no_args(void **state);
 void cmd_account_clear_shows_usage_when_one_arg(void **state);
 void cmd_account_clear_shows_message_when_account_doesnt_exist(void **state);
-void cmd_account_clear_shows_message_when_invalid_property(void **state);
\ No newline at end of file
+void cmd_account_clear_shows_message_when_invalid_property(void **state);