After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 556254 - Test properties of type GObject in the 'object' test
Test properties of type GObject in the 'object' test
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2008-10-14 11:46 UTC by Christian Dywan
Modified: 2016-06-06 02:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Also test object type properties (2.99 KB, patch)
2008-10-14 12:33 UTC, Christian Dywan
none Details | Review

Description Christian Dywan 2008-10-14 11:46:09 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.
Comment 1 Christian Dywan 2008-10-14 12:33:31 UTC
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.