testsuite: Print tested property name in notify test

This commit is contained in:
Timm Bäder 2018-03-23 13:55:01 +01:00
parent a12d26155f
commit 33e113d607

View 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;