about summary refs log tree commit diff stats
path: root/unittests/test_contact.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 /unittests/test_contact.h
parentc182f3ecd6be5df9b9bc7757930e47b555ddd251 (diff)
downloadprofani-tty-68ed20f10d2fae67b052674a42ed98c2059aa16f.tar.gz
Moved all tests to tests folder
Diffstat (limited to 'unittests/test_contact.h')
-rw-r--r--unittests/test_contact.h24
1 files changed, 0 insertions, 24 deletions
diff --git a/unittests/test_contact.h b/unittests/test_contact.h
deleted file mode 100644
index c9d8c1fd..00000000
--- a/unittests/test_contact.h
+++ /dev/null
@@ -1,24 +0,0 @@
-void contact_in_group(void **state);
-void contact_not_in_group(void **state);
-void contact_name_when_name_exists(void **state);
-void contact_jid_when_name_not_exists(void **state);
-void contact_string_when_name_exists(void **state);
-void contact_string_when_name_not_exists(void **state);
-void contact_string_when_default_resource(void **state);
-void contact_presence_offline(void **state);
-void contact_presence_uses_highest_priority(void **state);
-void contact_presence_chat_when_same_prioroty(void **state);
-void contact_presence_online_when_same_prioroty(void **state);
-void contact_presence_away_when_same_prioroty(void **state);
-void contact_presence_xa_when_same_prioroty(void **state);
-void contact_presence_dnd(void **state);
-void contact_subscribed_when_to(void **state);
-void contact_subscribed_when_both(void **state);
-void contact_not_subscribed_when_from(void **state);
-void contact_not_subscribed_when_no_subscription_value(void **state);
-void contact_not_available(void **state);
-void contact_not_available_when_highest_priority_away(void **state);
-void contact_not_available_when_highest_priority_xa(void **state);
-void contact_not_available_when_highest_priority_dnd(void **state);
-void contact_available_when_highest_priority_online(void **state);
-void contact_available_when_highest_priority_chat(void **state);