about summary refs log tree commit diff stats
path: root/tests/testsuite.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2013-01-25 01:11:49 +0000
committerJames Booth <boothj5@gmail.com>2013-01-25 01:11:49 +0000
commit527e739ac6962627ad6b5c76fa08357e33b6da0e (patch)
treed292484d9c7c2c3fdc5fbb4ee88d7c820a091ac6 /tests/testsuite.c
parent6b632625df37be70f221efc9d2a4adfca40786ed (diff)
downloadprofani-tty-527e739ac6962627ad6b5c76fa08357e33b6da0e.tar.gz
Got rid of old naming convention on prof_autocomplete
Diffstat (limited to 'tests/testsuite.c')
-rw-r--r--tests/testsuite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.c b/tests/testsuite.c
index bbaa06d6..3720ca32 100644
--- a/tests/testsuite.c
+++ b/tests/testsuite.c
@@ -6,7 +6,7 @@ int main(void)
     register_prof_history_tests();
     register_contact_list_tests();
     register_common_tests();
-    register_prof_autocomplete_tests();
+    register_autocomplete_tests();
     register_parser_tests();
     register_jid_tests();
     run_suite();