[orca] Remove detailed where am I from spin button test



commit 53d905e839e10c859bf754b187857667c4b49c69
Author: Willie Walker <william walker sun com>
Date:   Fri Jun 12 12:54:04 2009 -0400

    Remove detailed where am I from spin button test
    
    Spin buttons do not have a detailed where am I.

 test/keystrokes/gtk-demo/role_spin_button.py |   16 ----------------
 1 files changed, 0 insertions(+), 16 deletions(-)
---
diff --git a/test/keystrokes/gtk-demo/role_spin_button.py b/test/keystrokes/gtk-demo/role_spin_button.py
index 67fcc15..b368b7f 100644
--- a/test/keystrokes/gtk-demo/role_spin_button.py
+++ b/test/keystrokes/gtk-demo/role_spin_button.py
@@ -65,22 +65,6 @@ sequence.append(utils.AssertPresentationAction(
      "SPEECH OUTPUT: 'Hue: spin button 240 selected Alt h'"]))
 
 ########################################################################
-# Do an extended "Where Am I" via double KP_Enter.
-#
-sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("KP_Enter"))
-sequence.append(KeyComboAction("KP_Enter"))
-sequence.append(PauseAction(3000))
-sequence.append(utils.AssertPresentationAction(
-    "Hue spin button Where Am I",
-    ["BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
-     "     VISIBLE:  'Hue: 240 $l', cursor=9",
-     "BRAILLE LINE:  'gtk-demo Application Changing color ColorChooser ColorChooser Hue: 240 $l'",
-     "     VISIBLE:  'Hue: 240 $l', cursor=9",
-     "SPEECH OUTPUT: 'Hue: spin button 240 selected Alt h'",
-     "SPEECH OUTPUT: 'Hue: spin button 240 selected Alt h'"]))
-
-########################################################################
 # Change the value by arrowing down.
 #
 sequence.append(utils.StartRecordingAction())



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