Added test for showing message when changing priority

This commit is contained in:
James Booth
2013-12-26 15:17:46 +00:00
parent a2c0dab474
commit b466809245
5 changed files with 63 additions and 1 deletions

View File

@@ -50,3 +50,4 @@ 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);
void cmd_account_set_online_priority_shows_message(void **state);