about summary refs log tree commit diff stats
path: root/tests/testsuite.c
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/testsuite.c
parent8adca66fa36e79725a56552a1fe7fc9d3f28f95b (diff)
downloadprofani-tty-3b2446c46a9bb370cc032d9f5d3caabda55a1ada.tar.gz
Added tests for "/account set password"
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index 9fc62c71..6bff4361 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -215,6 +215,8 @@ int main(int argc, char* argv[]) {
         unit_test(cmd_account_set_server_shows_message),
         unit_test(cmd_account_set_resource_sets_resource),
         unit_test(cmd_account_set_resource_shows_message),
+        unit_test(cmd_account_set_password_sets_password),
+        unit_test(cmd_account_set_password_shows_message),
     };
     return run_tests(tests);
 }