diff options
author | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2014-05-15 18:28:14 -0300 |
---|---|---|
committer | Juan Pablo Ugarte <juanpablougarte@gmail.com> | 2014-05-15 18:28:14 -0300 |
commit | e1d32b31d6bdb71fba858bf57fb21317bfe9d381 (patch) | |
tree | 538e5e98e85e16dda39204d366f4ba57302c2a07 /tests | |
parent | 0010dedc7caa3acc28689107d3df3b0f40a20a6d (diff) | |
download | glade-e1d32b31d6bdb71fba858bf57fb21317bfe9d381.tar.gz |
add-child test: ignore deprecated classes.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/add-child.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/add-child.c b/tests/add-child.c index b7b02c21..ad12a00c 100644 --- a/tests/add-child.c +++ b/tests/add-child.c @@ -159,6 +159,9 @@ assert_column_parented (GObject *parent, g_assert (gtk_tree_view_get_column (GTK_TREE_VIEW (parent), 0) == GTK_TREE_VIEW_COLUMN (child)); } +/* Ignore deprecated classes, we test them regardless */ +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static void add_child_widgets (GType parent_type) { |