[gcr] gcr: Make test-record test names unique
- From: Stefan Walter <stefw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcr] gcr: Make test-record test names unique
- Date: Mon, 16 Nov 2015 06:54:24 +0000 (UTC)
commit 193623c98f990d6bbd73f73cdf7193103dad0611
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]