[gtk+/a11y] Add more children tests
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/a11y] Add more children tests
- Date: Thu, 30 Jun 2011 03:04:09 +0000 (UTC)
commit 824f707fc72448f93c8ddb18ad0116d70e11996a
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Jun 29 22:22:19 2011 -0400
Add more children tests
tests/a11y/children.c | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
---
diff --git a/tests/a11y/children.c b/tests/a11y/children.c
index af0d21b..41f36a4 100644
--- a/tests/a11y/children.c
+++ b/tests/a11y/children.c
@@ -163,6 +163,19 @@ main (int argc, char *argv[])
add_child_tests (gtk_paned_new (GTK_ORIENTATION_HORIZONTAL));
add_child_tests (gtk_grid_new ());
add_child_tests (gtk_event_box_new ());
+ add_child_tests (gtk_window_new (GTK_WINDOW_TOPLEVEL));
+ add_child_tests (gtk_assistant_new ());
+ add_child_tests (gtk_frame_new ("frame"));
+ add_child_tests (gtk_expander_new ("expander"));
+ add_child_tests (gtk_table_new (2, 2, FALSE));
+ add_child_tests (gtk_text_view_new ());
+ add_child_tests (gtk_tree_view_new ());
+#if 0
+ /* gail doesn't handle non-label children in these */
+ add_child_tests (gtk_button_new ());
+ add_child_tests (gtk_statusbar_new ());
+#endif
+ add_child_tests (gtk_notebook_new ());
return g_test_run ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]