[orca/570658] Finish porting the ARIA tests



commit f879ebb898baf4ee8c0bb5e062b17f3564316e2d
Author: Willie Walker <william walker sun com>
Date:   Fri May 22 16:15:45 2009 -0400

    Finish porting the ARIA tests
    
    All of the Gecko stuff is now working and the tests are ported.  Yeah!
---
 test/keystrokes/firefox/codetalks_treegrid.py |    7 ++++---
 test/keystrokes/firefox/uiuc_grid.py          |    1 -
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/keystrokes/firefox/codetalks_treegrid.py b/test/keystrokes/firefox/codetalks_treegrid.py
index b23fbb3..6b51b93 100644
--- a/test/keystrokes/firefox/codetalks_treegrid.py
+++ b/test/keystrokes/firefox/codetalks_treegrid.py
@@ -35,7 +35,8 @@ sequence.append(utils.AssertPresentationAction(
      "BRAILLE LINE:  '+A Question of Love'",
      "     VISIBLE:  '+A Question of Love', cursor=0",
      "SPEECH OUTPUT: 'Selectable Grid with Text with 9 Rows tree table'",
-     "SPEECH OUTPUT: 'Title +A Question of Love'"]))
+     "SPEECH OUTPUT: 'Title tree table'",
+     "SPEECH OUTPUT: '+A Question of Love'"]))
 
 ########################################################################
 # Down Arrow to the next two items.
@@ -73,7 +74,7 @@ sequence.append(utils.AssertPresentationAction(
     "2. Up Arrow", 
     ["BRAILLE LINE:  '+A Question of Love'",
      "     VISIBLE:  '+A Question of Love', cursor=0",
-     "SPEECH OUTPUT: 'Title +A Question of Love'"]))
+     "SPEECH OUTPUT: '+A Question of Love'"]))
 
 ########################################################################
 # Do a basic "Where Am I" via KP_Enter.  
@@ -169,7 +170,7 @@ sequence.append(utils.AssertPresentationAction(
     "Up Arrow back to parent", 
     ["BRAILLE LINE:  '-A Question of Love'",
      "     VISIBLE:  '-A Question of Love', cursor=0",
-     "SPEECH OUTPUT: 'Title -A Question of Love'"]))
+     "SPEECH OUTPUT: '-A Question of Love'"]))
 
 ########################################################################
 # Close the demo
diff --git a/test/keystrokes/firefox/uiuc_grid.py b/test/keystrokes/firefox/uiuc_grid.py
index 19d9dd9..7b98026 100644
--- a/test/keystrokes/firefox/uiuc_grid.py
+++ b/test/keystrokes/firefox/uiuc_grid.py
@@ -37,7 +37,6 @@ sequence.append(utils.AssertPresentationAction(
      "     VISIBLE:  'E-mail List Sorted by Date Capti', cursor=1",
      "BRAILLE LINE:  'Email 0 Selected CheckBox 1 Cell Read message Image Attachment Image Lowest priority Image John Smith Cell Trip to Florida Cell 2007-10-03 Cell 2K Cell'",
      "     VISIBLE:  'Email 0 Selected CheckBox 1 Cell', cursor=1",
-     "SPEECH OUTPUT: 'Status column header'",
      "SPEECH OUTPUT: '1 Read message Attachment Lowest priority From John Smith Subject Trip to Florida panel'"]))
   
 ########################################################################



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