From 33e113d607c6eff3d66dfe019c76fc7387d1b42a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Fri, 23 Mar 2018 13:55:01 +0100 Subject: [PATCH] testsuite: Print tested property name in notify test --- testsuite/gtk/notify.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testsuite/gtk/notify.c b/testsuite/gtk/notify.c index 4c340c38de..a3eb23ebdc 100644 --- a/testsuite/gtk/notify.c +++ b/testsuite/gtk/notify.c @@ -44,6 +44,8 @@ count_notify (GObject *obj, GParamSpec *pspec, NotifyData *data) static void check_property (GObject *instance, GParamSpec *pspec) { + g_test_message ("Checking %s:%s", G_OBJECT_TYPE_NAME (instance), pspec->name); + if (G_TYPE_IS_ENUM (pspec->value_type)) { GEnumClass *class; -- 2.30.2