From db0fd2e3da0b075282169e2a220a1c4051c4309d Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 29 Jun 2011 11:48:20 +0200 Subject: remove unused string util functions --- tests/empathy-utils-test.c | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 tests/empathy-utils-test.c (limited to 'tests/empathy-utils-test.c') diff --git a/tests/empathy-utils-test.c b/tests/empathy-utils-test.c deleted file mode 100644 index 896793aa0..000000000 --- a/tests/empathy-utils-test.c +++ /dev/null @@ -1,33 +0,0 @@ -#include -#include -#include - -#include -#include "test-helper.h" - -static void -test_substring (void) -{ - gchar *tmp; - - tmp = empathy_substring ("empathy", 2, 6); - g_assert (tmp != NULL); - g_assert (strcmp (tmp, "path") == 0); - - g_free (tmp); -} - -int -main (int argc, - char **argv) -{ - int result; - - test_init (argc, argv); - - g_test_add_func ("/utils/substring", test_substring); - - result = g_test_run (); - test_deinit (); - return result; -} -- cgit v1.2.3