[gtk+/quartz-integration: 381/563] Add a calendar testcase



commit 1f91cea929482257ed606e95f7ccc12d13cf49e9
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Jun 21 23:49:05 2011 -0400

    Add a calendar testcase

 tests/a11y/Makefile.am  |    3 ++-
 tests/a11y/calendar.txt |   17 +++++++++++++++++
 tests/a11y/calendar.ui  |   16 ++++++++++++++++
 3 files changed, 35 insertions(+), 1 deletions(-)
---
diff --git a/tests/a11y/Makefile.am b/tests/a11y/Makefile.am
index 7194182..827f35f 100644
--- a/tests/a11y/Makefile.am
+++ b/tests/a11y/Makefile.am
@@ -41,4 +41,5 @@ EXTRA_DIST += \
 	lockbutton.ui lockbutton.txt \
 	spinner.ui spinner.txt \
 	progress.ui progress.txt \
-	infobar.ui infobar.txt
+	infobar.ui infobar.txt \
+	calendar.ui calendar.txt
diff --git a/tests/a11y/calendar.txt b/tests/a11y/calendar.txt
new file mode 100644
index 0000000..08601a1
--- /dev/null
+++ b/tests/a11y/calendar.txt
@@ -0,0 +1,17 @@
+window1
+  "window"
+  index: 0
+  state: enabled resizable sensitive showing visible
+  toolkit: gail
+  <AtkComponent>
+  layer: window
+  alpha: 1
+  calendar1
+    "calendar"
+    parent: window1
+    index: 0
+    state: enabled focusable sensitive showing visible
+    toolkit: gail
+    <AtkComponent>
+    layer: widget
+    alpha: 1
diff --git a/tests/a11y/calendar.ui b/tests/a11y/calendar.ui
new file mode 100644
index 0000000..f4562c4
--- /dev/null
+++ b/tests/a11y/calendar.ui
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<interface>
+  <!-- interface-requires gtk+ 3.0 -->
+  <object class="GtkWindow" id="window1">
+    <property name="can_focus">False</property>
+    <property name="type">popup</property>
+    <child>
+      <object class="GtkCalendar" id="calendar1">
+        <property name="visible">True</property>
+        <property name="day">1</property>
+        <property name="month">2</property>
+        <property name="year">1970</property>
+      </object>
+    </child>
+  </object>
+</interface>



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