From b44039eda9631e4d439096caa53178d277a6ab5a Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Wed, 23 Sep 2015 12:01:19 +0100 Subject: [PATCH] Ensure tests have unique names. glib 2.46 complains if this isn't the case: (test-mu-str:28790): GLib-ERROR **: duplicate test case path: /mu-str/mu-str-esc-to-list --- lib/tests/test-mu-str.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tests/test-mu-str.c b/lib/tests/test-mu-str.c index ef39471e..26ac43cc 100644 --- a/lib/tests/test-mu-str.c +++ b/lib/tests/test-mu-str.c @@ -543,7 +543,7 @@ main (int argc, char *argv[]) g_test_add_func ("/mu-str/mu-str-to-list-strip", test_mu_str_to_list_strip); - g_test_add_func ("/mu-str/mu-str-esc-to-list", + g_test_add_func ("/mu-str/mu-str-parse-arglist", test_parse_arglist); g_test_add_func ("/mu-str/mu-str-replace",