Added priority tests

This commit is contained in:
James Booth
2015-05-29 01:22:24 +01:00
parent 4ec7892091
commit 272e9f83fc
3 changed files with 94 additions and 43 deletions

View File

@@ -8,3 +8,5 @@ void presence_dnd(void **state);
void presence_dnd_with_message(void **state);
void presence_chat(void **state);
void presence_chat_with_message(void **state);
void presence_set_priority(void **state);
void presence_includes_priority(void **state);