[json-glib] tests/builder: Don't duplicate test names
- From: Iain Lane <iainl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] tests/builder: Don't duplicate test names
- Date: Fri, 2 Oct 2015 10:54:36 +0000 (UTC)
commit 5185a8f8a58e5b455116eaa8c99c4b4c38a45929
Author: Iain Lane <iain orangesquash org uk>
Date: Fri Oct 2 11:28:38 2015 +0100
tests/builder: Don't duplicate test names
GLib 2.46.0 forbids this and so the testsuite fails.
https://bugzilla.gnome.org/show_bug.cgi?id=755977
json-glib/tests/builder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/json-glib/tests/builder.c b/json-glib/tests/builder.c
index 0183381..eaabb0d 100644
--- a/json-glib/tests/builder.c
+++ b/json-glib/tests/builder.c
@@ -160,7 +160,7 @@ main (int argc,
g_test_init (&argc, &argv, NULL);
g_test_add_func ("/builder/complex", test_builder_complex);
- g_test_add_func ("/builder/complex", test_builder_empty);
+ g_test_add_func ("/builder/empty", test_builder_empty);
g_test_add_func ("/builder/reset", test_builder_reset);
return g_test_run ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]