[orca/570658] Updated regression test.



commit 5fc6d07defe984c9e69a4b10263f5a2615941e5b
Author: Joanmarie Diggs <joanmarie diggs gmail com>
Date:   Mon Jul 6 12:49:53 2009 -0400

    Updated regression test.

 test/keystrokes/firefox/codetalks_treegrid.py |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/test/keystrokes/firefox/codetalks_treegrid.py b/test/keystrokes/firefox/codetalks_treegrid.py
index d1af8dc..090efa2 100644
--- a/test/keystrokes/firefox/codetalks_treegrid.py
+++ b/test/keystrokes/firefox/codetalks_treegrid.py
@@ -121,8 +121,8 @@ sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "Down Arrow into child", 
-    ["BRAILLE LINE:  'ISBN 978-3-453-40540-0 Cell Author Nora Roberts Cell Price $ 9.99 Cell'",
-     "     VISIBLE:  'ISBN 978-3-453-40540-0 Cell Auth', cursor=1",
+    ["BRAILLE LINE:  '978-3-453-40540-0 Cell Nora Roberts Cell $ 9.99 Cell'",
+     "     VISIBLE:  '978-3-453-40540-0 Cell Nora Robe', cursor=1",
      "SPEECH OUTPUT: '978-3-453-40540-0'"]))
 
 ########################################################################
@@ -132,16 +132,16 @@ sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Right"))
 sequence.append(utils.AssertPresentationAction(
     "1. Right Arrow in child", 
-    ["BRAILLE LINE:  'ISBN 978-3-453-40540-0 Cell Author Nora Roberts Cell Price $ 9.99 Cell'",
-     "     VISIBLE:  'Author Nora Roberts Cell Price $', cursor=1",
+    ["BRAILLE LINE:  '978-3-453-40540-0 Cell Nora Roberts Cell $ 9.99 Cell'",
+     "     VISIBLE:  'Nora Roberts Cell $ 9.99 Cell', cursor=1",
      "SPEECH OUTPUT: 'Nora Roberts'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Right"))
 sequence.append(utils.AssertPresentationAction(
     "2. Right Arrow in child", 
-    ["BRAILLE LINE:  'ISBN 978-3-453-40540-0 Cell Author Nora Roberts Cell Price $ 9.99 Cell'",
-     "     VISIBLE:  'Price $ 9.99 Cell', cursor=1",
+    ["BRAILLE LINE:  '978-3-453-40540-0 Cell Nora Roberts Cell $ 9.99 Cell'",
+     "     VISIBLE:  '$ 9.99 Cell', cursor=1",
      "SPEECH OUTPUT: '$ 9.99'"]))
 
 ########################################################################
@@ -151,16 +151,16 @@ sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Left"))
 sequence.append(utils.AssertPresentationAction(
     "1. Left Arrow in child", 
-    ["BRAILLE LINE:  'ISBN 978-3-453-40540-0 Cell Author Nora Roberts Cell Price $ 9.99 Cell'",
-     "     VISIBLE:  'Author Nora Roberts Cell Price $', cursor=1",
+    ["BRAILLE LINE:  '978-3-453-40540-0 Cell Nora Roberts Cell $ 9.99 Cell'",
+     "     VISIBLE:  'Nora Roberts Cell $ 9.99 Cell', cursor=1",
      "SPEECH OUTPUT: 'Nora Roberts'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Left"))
 sequence.append(utils.AssertPresentationAction(
     "2. Left Arrow in child", 
-    ["BRAILLE LINE:  'ISBN 978-3-453-40540-0 Cell Author Nora Roberts Cell Price $ 9.99 Cell'",
-     "     VISIBLE:  'ISBN 978-3-453-40540-0 Cell Auth', cursor=1",
+    ["BRAILLE LINE:  '978-3-453-40540-0 Cell Nora Roberts Cell $ 9.99 Cell'",
+     "     VISIBLE:  '978-3-453-40540-0 Cell Nora Robe', cursor=1",
      "SPEECH OUTPUT: '978-3-453-40540-0'"]))
 
 ########################################################################



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