forked from AuroraMiddleware/gtk
Don't check resize-grip-visible in default values unit test
The value for this property is determined at runtime.
This commit is contained in:
parent
d7c3d378eb
commit
25bf8ba4de
@ -275,6 +275,11 @@ test_type (gconstpointer data)
|
||||
strcmp (pspec->name, "style") == 0))
|
||||
continue;
|
||||
|
||||
/* resize-grip-visible is determined at runtime */
|
||||
if (g_type_is_a (type, GTK_TYPE_WINDOW) &&
|
||||
(strcmp (pspec->name, "resize-grip-visible") == 0))
|
||||
continue;
|
||||
|
||||
if (g_test_verbose ())
|
||||
g_print ("Property %s.%s\n",
|
||||
g_type_name (pspec->owner_type),
|
||||
|
Loading…
Reference in New Issue
Block a user