about summary refs log tree commit diff stats
path: root/functionaltests/test_presence.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-12 23:53:30 +0100
committerJames Booth <boothj5@gmail.com>2015-06-12 23:53:30 +0100
commit68ed20f10d2fae67b052674a42ed98c2059aa16f (patch)
treedf8d1e7989282cc2e15dda3cd378b3b2895e9892 /functionaltests/test_presence.h
parentc182f3ecd6be5df9b9bc7757930e47b555ddd251 (diff)
downloadprofani-tty-68ed20f10d2fae67b052674a42ed98c2059aa16f.tar.gz
Moved all tests to tests folder
Diffstat (limited to 'functionaltests/test_presence.h')
-rw-r--r--functionaltests/test_presence.h13
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);