GNOME Bugzilla – Bug 556254
Test properties of type GObject in the 'object' test
Last modified: 2016-06-06 02:15:15 UTC
Currently properties of a few types are just not tested in the 'object' test, becuase they are hard or impossible to test. I however implemented the GObject case, it's pretty straightforward.
Created attachment 120565 [details] [review] Also test object type properties This patch implements testing properties of type GObject. The three exceptions I had to add were GtkInvisible::screen and GtkWindow::screen, since you cannot create a new screen, and GtkTreeView::expander-column, becuase the condition of having added the column to the tree view is not fullfilled.