[gtk+] Fix up a11y tests for recent changes



commit 1bfd0d82de5d50a815f7d3c664de5d9c31f3ff53
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Aug 30 22:24:09 2013 -0400

    Fix up a11y tests for recent changes
    
    The fix for child properties made the a11y dump for the assistant
    case change. After close inspection, the new output is what the
    code intends to produce, so update the expected result.

 testsuite/a11y/assistant.txt |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/testsuite/a11y/assistant.txt b/testsuite/a11y/assistant.txt
index ef78ff4..1a75e73 100644
--- a/testsuite/a11y/assistant.txt
+++ b/testsuite/a11y/assistant.txt
@@ -9,7 +9,7 @@ window1
   button1
     "push button"
     index: 0
-    name: Button 1
+    name: Page 1
     state: enabled focusable sensitive showing visible
     toolkit: gtk
     <AtkComponent>
@@ -24,7 +24,7 @@ window1
   button2
     "push button"
     index: 0
-    name: Button 2
+    name: Page 2
     state: enabled focusable sensitive visible
     toolkit: gtk
     <AtkComponent>
@@ -47,8 +47,6 @@ window1
     alpha: 1
     close
       "push button"
-      parent: action_area
-      index: 0
       name: Close
       state: enabled focusable sensitive
       toolkit: gtk
@@ -81,8 +79,6 @@ window1
       action 0 keybinding: <Alt>c
     last
       "push button"
-      parent: action_area
-      index: 2
       name: Finish
       state: focusable
       toolkit: gtk
@@ -98,8 +94,6 @@ window1
       action 0 keybinding: <Alt>f
     back
       "push button"
-      parent: action_area
-      index: 3
       name: Go Back
       state: enabled focusable sensitive
       toolkit: gtk
@@ -132,8 +126,6 @@ window1
       action 0 keybinding: <Alt>o
     apply
       "push button"
-      parent: action_area
-      index: 5
       name: Apply
       state: enabled focusable sensitive
       toolkit: gtk


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