From 11c5ca929107df52aa16d1ab89356d317947c2f1 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 9 Sep 2014 16:15:14 +0100 Subject: [PATCH 3/3] fdpass test: give the too-many tests distinct names Bug: https://bugs.freedesktop.org/show_bug.cgi?id=83622 --- test/fdpass.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fdpass.c b/test/fdpass.c index 0df4be6..2bd0682 100644 --- a/test/fdpass.c +++ b/test/fdpass.c @@ -812,11 +812,11 @@ main (int argc, g_test_add ("/limit", Fixture, NULL, setup, test_limit, teardown); - g_test_add ("/too-many", Fixture, GUINT_TO_POINTER (1), setup, + g_test_add ("/too-many/plus1", Fixture, GUINT_TO_POINTER (1), setup, test_too_many, teardown); - g_test_add ("/too-many", Fixture, GUINT_TO_POINTER (2), setup, + g_test_add ("/too-many/plus2", Fixture, GUINT_TO_POINTER (2), setup, test_too_many, teardown); - g_test_add ("/too-many", Fixture, GUINT_TO_POINTER (17), setup, + g_test_add ("/too-many/plus17", Fixture, GUINT_TO_POINTER (17), setup, test_too_many, teardown); g_test_add ("/too-many/split", Fixture, NULL, setup, -- 2.1.0