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>2013-12-17 22:40:55 +0000
committerJames Booth <boothj5@gmail.com>2013-12-17 22:40:55 +0000
commit3b2446c46a9bb370cc032d9f5d3caabda55a1ada (patch)
tree99f74d29c5939cdbe30cc614ab31077b16261391 /tests/test_cmd_account.h
parent8adca66fa36e79725a56552a1fe7fc9d3f28f95b (diff)
downloadprofani-tty-3b2446c46a9bb370cc032d9f5d3caabda55a1ada.tar.gz
Added tests for "/account set password"
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index 412f5774..0355a73c 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -32,3 +32,5 @@ void cmd_account_set_server_sets_server(void **state);
 void cmd_account_set_server_shows_message(void **state);
 void cmd_account_set_resource_sets_resource(void **state);
 void cmd_account_set_resource_shows_message(void **state);
+void cmd_account_set_password_sets_password(void **state);
+void cmd_account_set_password_shows_message(void **state);