Renamed contact_list_ functions to roster_

This commit is contained in:
James Booth
2013-05-06 22:32:58 +01:00
parent 097ea18dab
commit 05f2d29396
14 changed files with 151 additions and 152 deletions

View File

@@ -4,7 +4,7 @@
int main(void)
{
register_history_tests();
register_contact_list_tests();
register_roster_tests();
register_common_tests();
register_autocomplete_tests();
register_parser_tests();