about summary refs log tree commit diff stats
path: root/tests/unittests/test_roster_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unittests/test_roster_list.h')
-rw-r--r--tests/unittests/test_roster_list.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unittests/test_roster_list.h b/tests/unittests/test_roster_list.h
index b9874fec..81983d46 100644
--- a/tests/unittests/test_roster_list.h
+++ b/tests/unittests/test_roster_list.h
@@ -30,3 +30,6 @@ void add_contacts_with_different_groups(void** state);
 void add_contacts_with_same_groups(void** state);
 void add_contacts_with_overlapping_groups(void** state);
 void remove_contact_with_remaining_in_group(void** state);
+void get_contact_display_name(void** state);
+void get_contact_display_name_is_barejid_if_name_is_empty(void** state);
+void get_contact_display_name_is_passed_barejid_if_contact_does_not_exist(void** state);
09'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125