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 23:57:06 +0000
committerJames Booth <boothj5@gmail.com>2013-12-17 23:57:06 +0000
commitf47bd58a1cde062e9f7ee5ef7b504bc543bed727 (patch)
tree06348c0501da11789c5b2765bb08d56ccd601ea6 /tests/test_cmd_account.h
parentba66d6b730737bd392027899010589a79e2777df (diff)
downloadprofani-tty-f47bd58a1cde062e9f7ee5ef7b504bc543bed727.tar.gz
Added tests for setting presence priorities
Diffstat (limited to 'tests/test_cmd_account.h')
-rw-r--r--tests/test_cmd_account.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_cmd_account.h b/tests/test_cmd_account.h
index 2866054f..7333ad05 100644
--- a/tests/test_cmd_account.h
+++ b/tests/test_cmd_account.h
@@ -45,3 +45,8 @@ void cmd_account_set_status_shows_message_when_set_valid(void **state);
 void cmd_account_set_status_shows_message_when_set_last(void **state);
 void cmd_account_set_invalid_presence_string_priority_shows_message(void **state);
 void cmd_account_set_last_priority_shows_message(void **state);
+void cmd_account_set_online_priority_sets_preference(void **state);
+void cmd_account_set_chat_priority_sets_preference(void **state);
+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);