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-27 00:29:20 +0000
committerJames Booth <boothj5@gmail.com>2013-12-27 00:29:20 +0000
commit7a63cf2e22bc0ff11448644f0d739df5cf1f4e67 (patch)
tree0bc7d514f8ed97734f3ebe32899713e0c7ade4da /tests/test_cmd_account.h
parent9d1b05a8964fd1271e2cbd32cfa8036afd24a7d2 (diff)
downloadprofani-tty-7a63cf2e22bc0ff11448644f0d739df5cf1f4e67.tar.gz
Changed messages on invalid priorities
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index 9377cf08..7ff9970a 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -51,5 +51,7 @@ void cmd_account_set_away_priority_sets_preference(void **state);
 void cmd_account_set_xa_priority_sets_preference(void **state);
 void cmd_account_set_dnd_priority_sets_preference(void **state);
 void cmd_account_set_online_priority_shows_message(void **state);
-void cmd_account_does_not_set_priority_when_too_low(void **state);
-void cmd_account_does_not_set_priority_when_too_high(void **state);
+void cmd_account_set_priority_too_low_shows_message(void **state);
+void cmd_account_set_priority_too_high_shows_message(void **state);
+void cmd_account_set_priority_when_not_number_shows_message(void **state);
+void cmd_account_set_priority_when_empty_shows_message(void **state);