[orca] Regression test change to get past timing issue.



commit 39dc03748870a7e14f01978ad1cbc1e8edd7d530
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Sun Jul 10 12:40:13 2011 -0400

    Regression test change to get past timing issue.

 test/keystrokes/gtk-demo/role_table.py |   17 -----------------
 1 files changed, 0 insertions(+), 17 deletions(-)
---
diff --git a/test/keystrokes/gtk-demo/role_table.py b/test/keystrokes/gtk-demo/role_table.py
index 3a6fc08..f12c329 100644
--- a/test/keystrokes/gtk-demo/role_table.py
+++ b/test/keystrokes/gtk-demo/role_table.py
@@ -31,24 +31,7 @@ sequence.append(WaitAction("object:state-changed:expanded",
 sequence.append(KeyComboAction("<Control>f"))
 sequence.append(PauseAction(1000))
 sequence.append(TypeAction("Editable Cells", 1000))
-
-sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Return", 500))
-sequence.append(utils.AssertPresentationAction(
-    "Table initial focus",
-    ["BRAILLE LINE:  'gtk-demo Application Window  $l'",
-     "     VISIBLE:  'gtk-demo Application Window  $l', cursor=29",
-     "BRAILLE LINE:  'gtk-demo Application Window  $l'",
-     "     VISIBLE:  'gtk-demo Application Window  $l', cursor=29",
-     "BRAILLE LINE:  'gtk-demo Application GTK+ Code Demos Frame TabList Widget (double click for demo) Page ScrollPane TreeTable Widget (double click for demo) ColumnHeader Editable Cells TREE LEVEL 2'",
-     "     VISIBLE:  'Editable Cells TREE LEVEL 2', cursor=1",
-     "BRAILLE LINE:  'gtk-demo Application Shopping list Frame'",
-     "     VISIBLE:  'Shopping list Frame', cursor=1",
-     "BRAILLE LINE:  'gtk-demo Application Shopping list Frame ScrollPane Table Number ColumnHeader 3 bottles of coke'",
-     "     VISIBLE:  '3 bottles of coke', cursor=1",
-     "SPEECH OUTPUT: 'Widget (double click for demo) page Widget (double click for demo) column header Editable Cells tree level 2'",
-     "SPEECH OUTPUT: 'Shopping list frame'",
-     "SPEECH OUTPUT: 'Number column header 3 bottles of coke'"]))
 
 ########################################################################
 # Do a basic "Where Am I" via KP_Enter.



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