[gcr/gnome-3-16] gcr: Make test-record test names unique



commit 7a60668c411738335fff230a365d4fbbfd18e9dd
Author: Stef Walter <stefw gnome org>
Date:   Mon Oct 19 11:41:27 2015 +0200

    gcr: Make test-record test names unique
    
    Fixes test issue with newer GLib.

 gcr/test-record.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gcr/test-record.c b/gcr/test-record.c
index 6f39c32..521c254 100644
--- a/gcr/test-record.c
+++ b/gcr/test-record.c
@@ -270,8 +270,8 @@ main (int argc, char **argv)
 {
        g_test_init (&argc, &argv, NULL);
 
-       g_test_add_func ("/gcr/record/parse_colons", test_parse_colons);
-       g_test_add_func ("/gcr/record/parse_colons", test_parse_spaces);
+       g_test_add_func ("/gcr/record/parse-colons", test_parse_colons);
+       g_test_add_func ("/gcr/record/parse-spaces", test_parse_spaces);
        g_test_add_func ("/gcr/record/parse_part", test_parse_part);
        g_test_add_func ("/gcr/record/parse_too_long", test_parse_too_long);
        g_test_add_func ("/gcr/record/free_null", test_free_null);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]