forked from AuroraMiddleware/gtk
testsuite: Print tested property name in notify test
This commit is contained in:
parent
a12d26155f
commit
33e113d607
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user