projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a12d261
)
testsuite: Print tested property name in notify test
author
Timm Bäder
<mail@baedert.org>
Fri, 23 Mar 2018 12:55:01 +0000
(13:55 +0100)
committer
Timm Bäder
<mail@baedert.org>
Wed, 20 Jun 2018 18:47:17 +0000
(20:47 +0200)
testsuite/gtk/notify.c
patch
|
blob
|
history
diff --git
a/testsuite/gtk/notify.c
b/testsuite/gtk/notify.c
index 4c340c38de431dcd54ea7926ac0bdd3026343fd6..a3eb23ebdcbdad6aa162b6092bd455eb1ce6ed81 100644
(file)
--- 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;