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