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
This commit is contained in:
Adam Sampson 2015-09-23 12:01:19 +01:00
parent 403e2dbc2f
commit b44039eda9
1 changed files with 1 additions and 1 deletions

View File

@ -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",