[glade] add-child test: ignore deprecated classes.



commit e1d32b31d6bdb71fba858bf57fb21317bfe9d381
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Thu May 15 18:28:14 2014 -0300

    add-child test: ignore deprecated classes.

 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 b7b02c2..ad12a00 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)
 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]