about summary refs log tree commit diff stats
path: root/tests/test_cmd_account.h
diff options
context:
space:
mode:
authorPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-12 19:04:37 -0600
committerPeter Vilim <peterlvilim@users.noreply.github.com>2015-01-12 19:32:26 -0600
commitf6da9444794f6faa984f68c8f54849a170fe0e59 (patch)
tree964e8160eed1e2d3599bc4f1f68d4943aef8cca7 /tests/test_cmd_account.h
parent0cb548683c906eb7e48ddfccde4b95f671dea5fc (diff)
downloadprofani-tty-f6da9444794f6faa984f68c8f54849a170fe0e59.tar.gz
Add unit tests for eval_password
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);