diff options
author | James Booth <boothj5@gmail.com> | 2015-06-12 23:53:30 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-06-12 23:53:30 +0100 |
commit | 68ed20f10d2fae67b052674a42ed98c2059aa16f (patch) | |
tree | df8d1e7989282cc2e15dda3cd378b3b2895e9892 /functionaltests/test_presence.h | |
parent | c182f3ecd6be5df9b9bc7757930e47b555ddd251 (diff) | |
download | profani-tty-68ed20f10d2fae67b052674a42ed98c2059aa16f.tar.gz |
Moved all tests to tests folder
Diffstat (limited to 'functionaltests/test_presence.h')
-rw-r--r-- | functionaltests/test_presence.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/functionaltests/test_presence.h b/functionaltests/test_presence.h deleted file mode 100644 index 0603732a..00000000 --- a/functionaltests/test_presence.h +++ /dev/null @@ -1,13 +0,0 @@ -void presence_away(void **state); -void presence_away_with_message(void **state); -void presence_online(void **state); -void presence_online_with_message(void **state); -void presence_xa(void **state); -void presence_xa_with_message(void **state); -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); -void presence_received(void **state); |