testsuite: Print tested property name in notify test
authorTimm Bäder <mail@baedert.org>
Fri, 23 Mar 2018 12:55:01 +0000 (13:55 +0100)
committerTimm Bäder <mail@baedert.org>
Wed, 20 Jun 2018 18:47:17 +0000 (20:47 +0200)
testsuite/gtk/notify.c

index 4c340c38de431dcd54ea7926ac0bdd3026343fd6..a3eb23ebdcbdad6aa162b6092bd455eb1ce6ed81 100644 (file)
@@ -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;