c1b752
From ab41e2830d2f7540d58370b5f35f85c2808c1871 Mon Sep 17 00:00:00 2001
c1b752
From: Stef Walter <stefw@redhat.com>
c1b752
Date: Fri, 11 Sep 2015 12:32:36 +0200
c1b752
Subject: [PATCH] tests: Fix duplicate test case path
c1b752
c1b752
GLib is now stricter about this
c1b752
---
c1b752
 tests/test-safe-format.c | 2 +-
c1b752
 1 file changed, 1 insertion(+), 1 deletion(-)
c1b752
c1b752
diff --git a/tests/test-safe-format.c b/tests/test-safe-format.c
c1b752
index 02aa5f1..204e10d 100644
c1b752
--- a/tests/test-safe-format.c
c1b752
+++ b/tests/test-safe-format.c
c1b752
@@ -194,7 +194,7 @@ main (int argc,
c1b752
 		else
c1b752
 			escaped = g_strdup (fixtures[i].format);
c1b752
 		g_strdelimit (escaped, " =\\/", '_');
c1b752
-		name = g_strdup_printf ("/realmd/safe-format/%s", escaped);
c1b752
+		name = g_strdup_printf ("/realmd/safe-format/%d-%s", i, escaped);
c1b752
 		g_free (escaped);
c1b752
 
c1b752
 		g_test_add_data_func (name, fixtures + i, test_safe_format_string_cb);
c1b752
-- 
c1b752
2.4.3
c1b752