summaryrefslogtreecommitdiff
path: root/tests/create-widgets.c
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-05 19:55:21 +0900
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2013-04-05 21:30:27 +0900
commit563e3a346cf4c97e0ced54babac64ee1059fe0b9 (patch)
tree2344651487991445426899306ef594ecc893448f /tests/create-widgets.c
parent7c5fdd2eb764154d22764d69f492d477157f42e8 (diff)
downloadglade-563e3a346cf4c97e0ced54babac64ee1059fe0b9.tar.gz
Test Cases: Now GtkComboBox finalizes properly.
The bug had to do with a call to glade_widget_rebuild()
Diffstat (limited to 'tests/create-widgets.c')
-rw-r--r--tests/create-widgets.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/create-widgets.c b/tests/create-widgets.c
index 80c53f3b..c1e9b6df 100644
--- a/tests/create-widgets.c
+++ b/tests/create-widgets.c
@@ -101,8 +101,6 @@ main (int argc,
adaptor_type != GTK_TYPE_STATUS_ICON &&
/* FIXME: Icon factory adds itself to the default but never removes itself */
adaptor_type != GTK_TYPE_ICON_FACTORY &&
- /* FIXME: Combo box types dont finalize properly for some reason */
- !g_type_is_a (adaptor_type, GTK_TYPE_COMBO_BOX) &&
/* FIXME: FileChooserButton leaks a GTask which will crash in the following test */
adaptor_type != GTK_TYPE_FILE_CHOOSER_BUTTON &&
/* FIXME: App choosers leak some async operations after finalization, causing subsequent tests to fail */