orca r3596 - in trunk: . test/keystrokes/firefox



Author: joanied
Date: Mon Feb 18 23:12:05 2008
New Revision: 3596
URL: http://svn.gnome.org/viewvc/orca?rev=3596&view=rev

Log:
Updated regression tests.


Modified:
   trunk/ChangeLog
   trunk/test/keystrokes/firefox/html_role_combo_box.py
   trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py
   trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py
   trunk/test/keystrokes/firefox/label_guess_entries.py
   trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py
   trunk/test/keystrokes/firefox/line_nav_enter_bug.py
   trunk/test/keystrokes/firefox/line_nav_multi_line_text.py
   trunk/test/keystrokes/firefox/line_nav_nested_tables.py
   trunk/test/keystrokes/firefox/line_nav_simple_form.py
   trunk/test/keystrokes/firefox/line_nav_wiki.py
   trunk/test/keystrokes/firefox/xul_role_alert.py
   trunk/test/keystrokes/firefox/xul_role_menu_bar.py
   trunk/test/keystrokes/firefox/xul_role_page_tab.py
   trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py

Modified: trunk/test/keystrokes/firefox/html_role_combo_box.py
==============================================================================
--- trunk/test/keystrokes/firefox/html_role_combo_box.py	(original)
+++ trunk/test/keystrokes/firefox/html_role_combo_box.py	Mon Feb 18 23:12:05 2008
@@ -98,9 +98,10 @@
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "Change selection Down: WONTFIX",
-    ["BRAILLE LINE:  'WONTFIX Combo'",
-     "     VISIBLE:  'WONTFIX Combo', cursor=0",
-     "SPEECH OUTPUT: ''",
+    ["BUG? - We're picking up the previous menu item in the braille context",
+     "BRAILLE LINE:  'FIXED Combo WONTFIX'",
+     "     VISIBLE:  'FIXED Combo WONTFIX', cursor=13",
+     "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'WONTFIX'"]))
 
 ########################################################################
@@ -110,9 +111,9 @@
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "Change selection Down: NOTABUG", 
-    ["BRAILLE LINE:  'NOTABUG Combo'",
-     "     VISIBLE:  'NOTABUG Combo', cursor=0",
-     "SPEECH OUTPUT: ''",
+    ["BRAILLE LINE:  'WONTFIX Combo NOTABUG'",
+     "     VISIBLE:  'WONTFIX Combo NOTABUG', cursor=15",
+     "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'NOTABUG'"]))
 
 ########################################################################
@@ -122,9 +123,10 @@
 sequence.append(KeyComboAction("Up"))
 sequence.append(utils.AssertPresentationAction(
     "Change selection Up: WONTFIX",
-    ["BRAILLE LINE:  'WONTFIX Combo'",
-     "     VISIBLE:  'WONTFIX Combo', cursor=0",
-     "SPEECH OUTPUT: ''",
+    ["BUG? - We're picking up the previous menu item in the braille context",
+     "BRAILLE LINE:  'FIXED Combo WONTFIX'",
+     "     VISIBLE:  'FIXED Combo WONTFIX', cursor=13",
+     "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'WONTFIX'"]))
 
 ########################################################################
@@ -134,9 +136,9 @@
 sequence.append(KeyComboAction("Up"))
 sequence.append(utils.AssertPresentationAction(
     "Change selection Up: FIXED", 
-    ["BRAILLE LINE:  'FIXED Combo'",
-     "     VISIBLE:  'FIXED Combo', cursor=0",
-     "SPEECH OUTPUT: ''",
+    ["BRAILLE LINE:  'FIXED'",
+     "     VISIBLE:  'FIXED', cursor=1",
+     "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'FIXED'"]))
 
 ########################################################################
@@ -176,7 +178,7 @@
     "Return to collapse combo box",
     ["BRAILLE LINE:  'WONTFIX Combo'",
      "     VISIBLE:  'WONTFIX Combo', cursor=1",
-     "SPEECH OUTPUT: 'Minefield application Combo Box Regression Test - Minefield frame Combo Box Regression Test internal frame'",
+     "SPEECH OUTPUT: 'Minefield application Minefield frame about:blank internal frame'",
      "SPEECH OUTPUT: 'Resolution: WONTFIX combo box'"]))
 
 ########################################################################
@@ -267,7 +269,7 @@
     "Return to collapse combo box",
     ["BRAILLE LINE:  'Braille Combo'",
      "     VISIBLE:  'Braille Combo', cursor=1",
-     "SPEECH OUTPUT: 'Minefield application Combo Box Regression Test - Minefield frame Combo Box Regression Test internal frame'",
+     "SPEECH OUTPUT: 'Minefield application Minefield frame about:blank internal frame'",
      "SPEECH OUTPUT: 'Component Braille combo box'"]))
 
 ########################################################################

Modified: trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py
==============================================================================
--- trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py	(original)
+++ trunk/test/keystrokes/firefox/html_struct_nav_large_obj.py	Mon Feb 18 23:12:05 2008
@@ -129,15 +129,15 @@
 sequence.append(KeyComboAction("o"))
 sequence.append(utils.AssertPresentationAction(
     "Fourth large chunk", 
-    ["BRAILLE LINE:  'I know how to cope with misfortune, '",
-     "     VISIBLE:  'I know how to cope with misfortu', cursor=1",
-     "SPEECH OUTPUT: 'I know how to cope with misfortune, ",
-     "how to endure bad news, ",
-     "take the edge of injustice, ",
-     "make up for the absence of God, ",
-     "help pick out your widow's weeds. ",
-     "What are you waiting for - ",
-     "have faith in chemistry's compassion. '"]))
+    ["BRAILLE LINE:  'I know how to cope with misfortune, '",
+     "     VISIBLE:  'I know how to cope with misfortu', cursor=1",
+     "SPEECH OUTPUT: 'I know how to cope with misfortune, ",
+     "how to endure bad news, ",
+     "take the edge of injustice, ",
+     "make up for the absence of God, ",
+     "help pick out your widow's weeds. ",
+     "What are you waiting for - ",
+     "have faith in chemistry's compassion.'"]))
 
 ########################################################################
 # Navigate to the previous 'large chunk'.  It is the 3rd paragraph under 'From 

Modified: trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py
==============================================================================
--- trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py	(original)
+++ trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py	Mon Feb 18 23:12:05 2008
@@ -63,7 +63,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Summary: contains all of the words/strings Combo  $l Search Button'",
      "     VISIBLE:  ' $l Search Button', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -149,7 +149,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'AÂComment: contains the string Combo  $l'",
      "     VISIBLE:  '  $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -170,7 +170,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Whiteboard: contains all of the words/strings Combo  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -191,7 +191,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Keywords Link : contains all of the keywords Combo  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -319,7 +319,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -391,7 +391,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -413,7 +413,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Only include Combo bugs numbered:  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'bugs numbered: text '"]))
+     "SPEECH OUTPUT: 'bugs numbered: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -421,9 +421,9 @@
 sequence.append(KeyReleaseAction(0, None, "KP_Insert"))
 sequence.append(utils.AssertPresentationAction(
     "Next form field", 
-    ["BRAILLE LINE:  ' $l  and Now $l'",
-     "     VISIBLE:  ' $l  and Now $l', cursor=1",
-     "SPEECH OUTPUT: 'Only bugs changed between: text '"]))
+    ["BRAILLE LINE:  ' $l  and Now $l  '",
+     "     VISIBLE:  ' $l  and Now $l  ', cursor=1",
+     "SPEECH OUTPUT: 'Only bugs changed between: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -431,8 +431,8 @@
 sequence.append(KeyReleaseAction(0, None, "KP_Insert"))
 sequence.append(utils.AssertPresentationAction(
     "Next form field", 
-    ["BRAILLE LINE:  ' $l  and Now $l'",
-     "     VISIBLE:  ' $l  and Now $l', cursor=10",
+    ["BRAILLE LINE:  ' $l  and Now $l  '",
+     "     VISIBLE:  ' $l  and Now $l  ', cursor=10",
      "SPEECH OUTPUT: 'and text Now'"]))
 
 sequence.append(utils.StartRecordingAction())
@@ -454,7 +454,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'and the new value was: text '"]))
+     "SPEECH OUTPUT: 'and the new value was: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))

Modified: trunk/test/keystrokes/firefox/label_guess_entries.py
==============================================================================
--- trunk/test/keystrokes/firefox/label_guess_entries.py	(original)
+++ trunk/test/keystrokes/firefox/label_guess_entries.py	Mon Feb 18 23:12:05 2008
@@ -54,7 +54,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Type something Link  rather amusing Link  here:  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'Type something rather amusing here: text '"]))
+     "SPEECH OUTPUT: 'Type something rather amusing here: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -64,7 +64,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Amusing numbers fall between  $l  and  $l .'",
      "     VISIBLE:  ' $l  and  $l .', cursor=1",
-     "SPEECH OUTPUT: 'Amusing numbers fall between text '"]))
+     "SPEECH OUTPUT: 'Amusing numbers fall between text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -74,7 +74,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Amusing numbers fall between  $l  and  $l .'",
      "     VISIBLE:  ' $l .', cursor=1",
-     "SPEECH OUTPUT: 'and text '"]))
+     "SPEECH OUTPUT: 'and text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -84,7 +84,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l I'm a label'",
      "     VISIBLE:  ' $l I'm a label', cursor=1",
-     "SPEECH OUTPUT: 'I'm a label text '"]))
+     "SPEECH OUTPUT: 'I'm a label text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -94,7 +94,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l Am I a label as well?'",
      "     VISIBLE:  ' $l Am I a label as well?', cursor=1",
-     "SPEECH OUTPUT: 'I'm a label text '"]))
+     "SPEECH OUTPUT: 'I'm a label text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -104,7 +104,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l Too far away to be a label.'",
      "     VISIBLE:  ' $l Too far away to be a label.', cursor=1",
-     "SPEECH OUTPUT: 'Looking at what follows visually, I'm not sure what I would type/i.e. what the labels are. text '"]))
+     "SPEECH OUTPUT: 'Looking at what follows visually, I'm not sure what I would type/i.e. what the labels are. text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -114,7 +114,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Distance doesn't count on the left  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'Distance doesn't count on the left text '"]))
+     "SPEECH OUTPUT: 'Distance doesn't count on the left text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -125,7 +125,7 @@
     ["BUG? - We're not guessing this correctly",
      "BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'Sometimes labels can be below the fields due to <br /> text '"]))
+     "SPEECH OUTPUT: 'Sometimes labels can be below the fields due to <br /> text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -136,7 +136,7 @@
     ["BUG? - We're not guessing this correctly",
      "BRAILLE LINE:  ' $l '",
      "     VISIBLE:  ' $l ', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -147,7 +147,7 @@
     ["BUG? - We're not guessing this correctly",
      "BRAILLE LINE:  ' $l '",
      "     VISIBLE:  ' $l ', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -157,7 +157,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First name text '"]))
+     "SPEECH OUTPUT: 'First name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -168,7 +168,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -178,7 +178,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'Last text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -188,7 +188,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First Name text '"]))
+     "SPEECH OUTPUT: 'First Name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -199,7 +199,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -209,7 +209,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -219,7 +219,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'Given name text '"]))
+     "SPEECH OUTPUT: 'Given name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -229,7 +229,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=5",
-     "SPEECH OUTPUT: 'initial text '"]))
+     "SPEECH OUTPUT: 'initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -239,7 +239,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'Surname text '"]))
+     "SPEECH OUTPUT: 'Surname text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -249,7 +249,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First name text '"]))
+     "SPEECH OUTPUT: 'First name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -260,7 +260,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -270,7 +270,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'Last name text '"]))
+     "SPEECH OUTPUT: 'Last name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -280,7 +280,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First name text '"]))
+     "SPEECH OUTPUT: 'First name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -291,7 +291,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -301,7 +301,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'Last name text '"]))
+     "SPEECH OUTPUT: 'Last name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -311,7 +311,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=13",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -321,7 +321,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First name text '"]))
+     "SPEECH OUTPUT: 'First name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -332,7 +332,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -342,7 +342,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'Last name text '",]))
+     "SPEECH OUTPUT: 'Last name text'",]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -352,7 +352,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=13",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -362,7 +362,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=1",
-     "SPEECH OUTPUT: 'First name text '"]))
+     "SPEECH OUTPUT: 'First name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -373,7 +373,7 @@
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=5",
      "SPEECH OUTPUT: 'Middle",
-     "initial text '"]))
+     "initial text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -383,7 +383,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=9",
-     "SPEECH OUTPUT: 'Last name text '"]))
+     "SPEECH OUTPUT: 'Last name text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -393,7 +393,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l  $l  $l  $l'",
      "     VISIBLE:  ' $l  $l  $l  $l', cursor=13",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -403,7 +403,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'bandaid graphic Image  $l'",
      "     VISIBLE:  'bandaid graphic Image  $l', cursor=23",
-     "SPEECH OUTPUT: 'bandaid graphic text '"]))
+     "SPEECH OUTPUT: 'bandaid graphic text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -413,7 +413,7 @@
     "Next form field", 
     ["BRAILLE LINE:  ' $l bandaid graphic redux Image'",
      "     VISIBLE:  ' $l bandaid graphic redux Image', cursor=1",
-     "SPEECH OUTPUT: 'bandaid graphic redux text '"]))
+     "SPEECH OUTPUT: 'bandaid graphic redux text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -425,7 +425,7 @@
      "     VISIBLE:  'tab to me and I disappear $l', cursor=26",
      "BRAILLE LINE:  'Magic disappearing text trick:  $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'Magic disappearing text trick: text '"]))
+     "SPEECH OUTPUT: 'Magic disappearing text trick: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -435,7 +435,7 @@
     "Next form field", 
     ["BRAILLE LINE:  'Tell me a secret:  $l'",
      "     VISIBLE:  'Tell me a secret:  $l', cursor=19",
-     "SPEECH OUTPUT: 'Tell me a secret: password '"]))
+     "SPEECH OUTPUT: 'Tell me a secret: password'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyPressAction(0, None, "KP_Insert"))
@@ -456,7 +456,7 @@
     ["BRAILLE LINE:  'Type something Link  rather amusing Link  here:  $l'",
      "     VISIBLE:  ' $l', cursor=1",
      "SPEECH OUTPUT: 'Wrapping to top.'",
-     "SPEECH OUTPUT: 'Type something rather amusing here: text '"]))
+     "SPEECH OUTPUT: 'Type something rather amusing here: text'"]))
 
 ########################################################################
 # Move to the location bar by pressing Control+L.  When it has focus

Modified: trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py	Mon Feb 18 23:12:05 2008
@@ -73,7 +73,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Summary: contains all of the words/strings Combo  $l Search Button'",
      "     VISIBLE:  'Summary: contains all of the wor', cursor=1",
-     "SPEECH OUTPUT: 'Summary: contains all of the words/strings combo box text  Search button'"]))
+     "SPEECH OUTPUT: 'Summary: contains all of the words/strings combo box text Search button'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -161,7 +161,7 @@
     "Line Down",
     ["BRAILLE LINE:  'AÂComment: contains the string Combo  $l'",
      "     VISIBLE:  'AÂComment: contains the string ', cursor=1",
-     "SPEECH OUTPUT: 'AÂComment: contains the string combo box text '"]))
+     "SPEECH OUTPUT: 'AÂComment: contains the string combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -169,7 +169,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Whiteboard: contains all of the words/strings Combo  $l'",
      "     VISIBLE:  'Whiteboard: contains all of the ', cursor=1",
-     "SPEECH OUTPUT: 'Whiteboard: contains all of the words/strings combo box text '"]))
+     "SPEECH OUTPUT: 'Whiteboard: contains all of the words/strings combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -177,7 +177,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Keywords Link : contains all of the keywords Combo  $l'",
      "     VISIBLE:  'Keywords Link : contains all of ', cursor=1",
-     "SPEECH OUTPUT: 'Keywords link : contains all of the keywords combo box text '"]))
+     "SPEECH OUTPUT: 'Keywords link : contains all of the keywords combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -337,7 +337,7 @@
     "Line Down",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -401,7 +401,7 @@
     "Line Down",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -417,7 +417,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Only include Combo bugs numbered:  $l'",
      "     VISIBLE:  'Only include Combo bugs numbered', cursor=0",
-     "SPEECH OUTPUT: 'Only include combo box bugs numbered: text '"]))
+     "SPEECH OUTPUT: 'Only include combo box bugs numbered: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -447,9 +447,10 @@
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "Line Down",
-    ["BRAILLE LINE:  ' $l  and Now $l'",
-     "     VISIBLE:  ' $l  and Now $l', cursor=1",
-     "SPEECH OUTPUT: 'Only bugs changed between: text   and text Now'"]))
+    ["BRAILLE LINE:  ' $l  and Now $l  '",
+     "     VISIBLE:  ' $l  and Now $l  ', cursor=1",
+     "SPEECH OUTPUT: 'Only bugs changed between: text  and text Now  ",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -489,7 +490,7 @@
     "Line Down",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'and the new value was: text '"]))
+     "SPEECH OUTPUT: 'and the new value was: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -577,7 +578,7 @@
     "Line Down",
     ["BRAILLE LINE:  '--- Combo --- Combo  $l Or Button'",
      "     VISIBLE:  '--- Combo --- Combo  $l Or Butto', cursor=0",
-     "SPEECH OUTPUT: '--- combo box --- combo box text  Or button'"]))
+     "SPEECH OUTPUT: '--- combo box --- combo box text Or button'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -628,7 +629,7 @@
     "Line Up",
     ["BRAILLE LINE:  '--- Combo --- Combo  $l Or Button'",
      "     VISIBLE:  '--- Combo --- Combo  $l Or Butto', cursor=0",
-     "SPEECH OUTPUT: '--- combo box --- combo box text  Or button'"]))
+     "SPEECH OUTPUT: '--- combo box --- combo box text Or button'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -716,7 +717,7 @@
     "Line Up",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'and the new value was: text '",]))
+     "SPEECH OUTPUT: 'and the new value was: text'",]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -756,7 +757,8 @@
     "Line Up",
     ["BRAILLE LINE:  ' $l  and Now $l  '",
      "     VISIBLE:  ' $l  and Now $l  ', cursor=1",
-     "SPEECH OUTPUT: 'Only bugs changed between: text   and text Now'"]))
+     "SPEECH OUTPUT: 'Only bugs changed between: text  and text Now  ",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -788,7 +790,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Only include Combo bugs numbered:  $l'",
      "     VISIBLE:  'Only include Combo bugs numbered', cursor=0",
-     "SPEECH OUTPUT: 'Only include combo box bugs numbered: text '"]))
+     "SPEECH OUTPUT: 'Only include combo box bugs numbered: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -804,7 +806,7 @@
     "Line Up",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -868,7 +870,7 @@
     "Line Up",
     ["BRAILLE LINE:  ' $l'",
      "     VISIBLE:  ' $l', cursor=1",
-     "SPEECH OUTPUT: 'text '"]))
+     "SPEECH OUTPUT: 'text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -1028,7 +1030,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Keywords Link : contains all of the keywords Combo  $l'",
      "     VISIBLE:  'Keywords Link : contains all of ', cursor=1",
-     "SPEECH OUTPUT: 'Keywords link : contains all of the keywords combo box text '"]))
+     "SPEECH OUTPUT: 'Keywords link : contains all of the keywords combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -1036,7 +1038,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Whiteboard: contains all of the words/strings Combo  $l'",
      "     VISIBLE:  'Whiteboard: contains all of the ', cursor=1",
-     "SPEECH OUTPUT: 'Whiteboard: contains all of the words/strings combo box text '"]))
+     "SPEECH OUTPUT: 'Whiteboard: contains all of the words/strings combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -1044,7 +1046,7 @@
     "Line Up",
     ["BRAILLE LINE:  'AÂComment: contains the string Combo  $l'",
      "     VISIBLE:  'AÂComment: contains the string ', cursor=1",
-     "SPEECH OUTPUT: 'AÂComment: contains the string combo box text '"]))
+     "SPEECH OUTPUT: 'AÂComment: contains the string combo box text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -1132,7 +1134,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Summary: contains all of the words/strings Combo  $l Search Button'",
      "     VISIBLE:  'Summary: contains all of the wor', cursor=1",
-     "SPEECH OUTPUT: 'Summary: contains all of the words/strings combo box text  Search button'"]))
+     "SPEECH OUTPUT: 'Summary: contains all of the words/strings combo box text Search button'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))

Modified: trunk/test/keystrokes/firefox/line_nav_enter_bug.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_enter_bug.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_enter_bug.py	Mon Feb 18 23:12:05 2008
@@ -104,9 +104,9 @@
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "Line Down",
-    ["BRAILLE LINE:  'GNOME Link'",
-     "     VISIBLE:  'GNOME Link', cursor=1",
-     "SPEECH OUTPUT: 'GNOME link'"]))
+    ["BRAILLE LINE:  'GNOME Link Unspecified Combo'",
+     "     VISIBLE:  'GNOME Link Unspecified Combo', cursor=0",
+     "SPEECH OUTPUT: 'GNOME link Unspecified combo box'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -154,7 +154,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Summary:  $l'",
      "     VISIBLE:  'Summary:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Summary: text '"]))
+     "SPEECH OUTPUT: 'Summary: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -162,7 +162,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Description:  $l'",
      "     VISIBLE:  'Description:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Description: text '"]))
+     "SPEECH OUTPUT: 'Description: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -186,7 +186,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Cc:  $l'",
      "     VISIBLE:  'Cc:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Cc: text '"]))
+     "SPEECH OUTPUT: 'Cc: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -194,7 +194,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Keywords Link :  $l'",
      "     VISIBLE:  'Keywords Link :  $l', cursor=1",
-     "SPEECH OUTPUT: 'Keywords link : text '"]))
+     "SPEECH OUTPUT: 'Keywords link : text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -202,7 +202,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Depends on:  $l'",
      "     VISIBLE:  'Depends on:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Depends on: text '"]))
+     "SPEECH OUTPUT: 'Depends on: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -210,7 +210,7 @@
     "Line Down",
     ["BRAILLE LINE:  'Blocks:  $l'",
      "     VISIBLE:  'Blocks:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Blocks: text '"]))
+     "SPEECH OUTPUT: 'Blocks: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -277,7 +277,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Blocks:  $l'",
      "     VISIBLE:  'Blocks:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Blocks: text '"]))
+     "SPEECH OUTPUT: 'Blocks: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -285,7 +285,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Depends on:  $l'",
      "     VISIBLE:  'Depends on:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Depends on: text '"]))
+     "SPEECH OUTPUT: 'Depends on: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -293,7 +293,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Keywords Link :  $l'",
      "     VISIBLE:  'Keywords Link :  $l', cursor=1",
-     "SPEECH OUTPUT: 'Keywords link : text '"]))
+     "SPEECH OUTPUT: 'Keywords link : text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -301,7 +301,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Cc:  $l'",
      "     VISIBLE:  'Cc:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Cc: text '"]))
+     "SPEECH OUTPUT: 'Cc: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -325,7 +325,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Description:  $l'",
      "     VISIBLE:  'Description:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Description: text '"]))
+     "SPEECH OUTPUT: 'Description: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -333,7 +333,7 @@
     "Line Up",
     ["BRAILLE LINE:  'Summary:  $l'",
      "     VISIBLE:  'Summary:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Summary: text '"]))
+     "SPEECH OUTPUT: 'Summary: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -363,18 +363,9 @@
 sequence.append(KeyComboAction("Up"))
 sequence.append(utils.AssertPresentationAction(
     "Line Up",
-    ["BRAILLE LINE:  'Unspecified Combo'",
-     "     VISIBLE:  'Unspecified Combo', cursor=0",
-     "SPEECH OUTPUT: 'Unspecified combo box'"]))
-
-sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("Up"))
-sequence.append(utils.AssertPresentationAction(
-    "Line Up",
-    ["BUG? - We really should land on version since it's split across lines",
-     "BRAILLE LINE:  'GNOME Link'",
-     "     VISIBLE:  'GNOME Link', cursor=1",
-     "SPEECH OUTPUT: 'GNOME link'"]))
+    ["BRAILLE LINE:  'GNOME Link Unspecified Combo'",
+     "     VISIBLE:  'GNOME Link Unspecified Combo', cursor=1",
+     "SPEECH OUTPUT: 'GNOME link Unspecified combo box'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))

Modified: trunk/test/keystrokes/firefox/line_nav_multi_line_text.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_multi_line_text.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_multi_line_text.py	Mon Feb 18 23:12:05 2008
@@ -57,7 +57,8 @@
     "Line Down",
     ["BRAILLE LINE:  'foo'",
      "     VISIBLE:  'foo', cursor=1",
-     "SPEECH OUTPUT: 'foo'"]))
+     "SPEECH OUTPUT: 'foo",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -73,7 +74,8 @@
     "Line Down",
     ["BRAILLE LINE:  'bar'",
      "     VISIBLE:  'bar', cursor=1",
-     "SPEECH OUTPUT: 'bar'"]))
+     "SPEECH OUTPUT: 'bar",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -256,7 +258,8 @@
     "Line Up",
     ["BRAILLE LINE:  'bar'",
      "     VISIBLE:  'bar', cursor=1",
-     "SPEECH OUTPUT: 'bar'"]))
+     "SPEECH OUTPUT: 'bar",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -272,7 +275,8 @@
     "Line Up",
     ["BRAILLE LINE:  'foo'",
      "     VISIBLE:  'foo', cursor=1",
-     "SPEECH OUTPUT: 'foo'"]))
+     "SPEECH OUTPUT: 'foo",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))

Modified: trunk/test/keystrokes/firefox/line_nav_nested_tables.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_nested_tables.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_nested_tables.py	Mon Feb 18 23:12:05 2008
@@ -36,29 +36,30 @@
 sequence.append(KeyComboAction("<Control>Home"))
 sequence.append(utils.AssertPresentationAction(
     "Top of file",
-    ["BRAILLE LINE:  'nested-tables Link Image'",
-     "     VISIBLE:  'nested-tables Link Image', cursor=0",
-     "SPEECH OUTPUT: 'nested-tables link image'"]))
+    ["BUG? - We're missing the initial line of links",
+     "BRAILLE LINE:  'nested-tables Link Image Your Learning Plan'",
+     "     VISIBLE:  'nested-tables Link Image Your Le', cursor=0",
+     "SPEECH OUTPUT: 'nested-tables link image Your Learning Plan'"]))
 
 ########################################################################
 # Down Arrow to the End.
 #
-sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("Down"))
-sequence.append(utils.AssertPresentationAction(
-    "1. line Down",
-    ["BRAILLE LINE:  'Campus Link ÂÂ.ÂÂ Classroom Link ÂÂ.ÂÂ Communicate Link ÂÂ.ÂÂ Reports Link Â'",
-     "     VISIBLE:  'Campus Link ÂÂ.ÂÂ Classroom ', cursor=1",
-     "SPEECH OUTPUT: 'Campus link ÂÂ.ÂÂ Classroom link ÂÂ.ÂÂ Communicate link ÂÂ.ÂÂ Reports link Â'"]))
-
-sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("Down"))
-sequence.append(utils.AssertPresentationAction(
-    "2. line Down",
-    ["BRAILLE LINE:  'Your Learning Plan'",
-     "     VISIBLE:  'Your Learning Plan', cursor=1",
-     "SPEECH OUTPUT: 'Your Learning Plan'"]))
-
+#sequence.append(utils.StartRecordingAction())
+#sequence.append(KeyComboAction("Down"))
+#sequence.append(utils.AssertPresentationAction(
+#    "1. line Down",
+#    ["BRAILLE LINE:  'Campus Link ÂÂ.ÂÂ Classroom Link ÂÂ.ÂÂ Communicate Link ÂÂ.ÂÂ Reports Link Â'",
+#     "     VISIBLE:  'Campus Link ÂÂ.ÂÂ Classroom ', cursor=1",
+#     "SPEECH OUTPUT: 'Campus link ÂÂ.ÂÂ Classroom link ÂÂ.ÂÂ Communicate link ÂÂ.ÂÂ Reports link Â'"]))
+#
+#sequence.append(utils.StartRecordingAction())
+#sequence.append(KeyComboAction("Down"))
+#sequence.append(utils.AssertPresentationAction(
+#    "2. line Down",
+#    ["BRAILLE LINE:  'Your Learning Plan'",
+#     "     VISIBLE:  'Your Learning Plan', cursor=1",
+#     "SPEECH OUTPUT: 'Your Learning Plan'"]))
+#
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(

Modified: trunk/test/keystrokes/firefox/line_nav_simple_form.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_simple_form.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_simple_form.py	Mon Feb 18 23:12:05 2008
@@ -37,7 +37,7 @@
     "Top of file",
     ["BRAILLE LINE:  'Type something here:  $l'",
      "     VISIBLE:  'Type something here:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Type something here: text '"]))
+     "SPEECH OUTPUT: 'Type something here: text'"]))
 
 ########################################################################
 # Down Arrow to the End.
@@ -56,15 +56,16 @@
     "2. line Down",
     ["BRAILLE LINE:  'Tell me a secret:  $l'",
      "     VISIBLE:  'Tell me a secret:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a secret: password '"]))
+     "SPEECH OUTPUT: 'Tell me a secret: password'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
 sequence.append(utils.AssertPresentationAction(
     "3. line Down",
-    ["BRAILLE LINE:  'Tell me a little more about yourself:'",
+    [     "BRAILLE LINE:  'Tell me a little more about yourself:'",
      "     VISIBLE:  'Tell me a little more about your', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a little more about yourself:'"]))
+     "SPEECH OUTPUT: 'Tell me a little more about yourself:",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -72,7 +73,7 @@
     "4. line Down",
     ["BRAILLE LINE:  'I am a monkey with a long tail.  I like  $l'",
      "     VISIBLE:  'I am a monkey with a long tail. ', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a little more about yourself: text I am a monkey with a long tail.  I like '"]))
+     "SPEECH OUTPUT: 'Tell me a little more about yourself: text I am a monkey with a long tail.  I like'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -136,7 +137,8 @@
     "12. line Down",
     ["BRAILLE LINE:  'Which sports do you like?'",
      "     VISIBLE:  'Which sports do you like?', cursor=1",
-     "SPEECH OUTPUT: 'Which sports do you like?'"]))
+     "SPEECH OUTPUT: 'Which sports do you like?",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Down"))
@@ -187,7 +189,8 @@
     "3. line Up",
     ["BRAILLE LINE:  'Which sports do you like?'",
      "     VISIBLE:  'Which sports do you like?', cursor=1",
-     "SPEECH OUTPUT: 'Which sports do you like?'"]))
+     "SPEECH OUTPUT: 'Which sports do you like?",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -211,7 +214,7 @@
     "6. line Up",
     ["BRAILLE LINE:  '      $l'",
      "     VISIBLE:  '      $l', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a little more about yourself: text      '"]))
+     "SPEECH OUTPUT: 'Tell me a little more about yourself: text'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -249,9 +252,10 @@
 sequence.append(KeyComboAction("Up"))
 sequence.append(utils.AssertPresentationAction(
     "11. line Up",
-    ["BRAILLE LINE:  'Tell me a little more about yourself:'",
+    [     "BRAILLE LINE:  'Tell me a little more about yourself:'",
      "     VISIBLE:  'Tell me a little more about your', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a little more about yourself:'"]))
+     "SPEECH OUTPUT: 'Tell me a little more about yourself:",
+     "'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -259,7 +263,7 @@
     "12. line Up",
     ["BRAILLE LINE:  'Tell me a secret:  $l'",
      "     VISIBLE:  'Tell me a secret:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Tell me a secret: password '"]))
+     "SPEECH OUTPUT: 'Tell me a secret: password'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))
@@ -275,7 +279,7 @@
     "14. line Up",
     ["BRAILLE LINE:  'Type something here:  $l'",
      "     VISIBLE:  'Type something here:  $l', cursor=1",
-     "SPEECH OUTPUT: 'Type something here: text '"]))
+     "SPEECH OUTPUT: 'Type something here: text'"]))
 
 ########################################################################
 # Move to the location bar by pressing Control+L.  When it has focus

Modified: trunk/test/keystrokes/firefox/line_nav_wiki.py
==============================================================================
--- trunk/test/keystrokes/firefox/line_nav_wiki.py	(original)
+++ trunk/test/keystrokes/firefox/line_nav_wiki.py	Mon Feb 18 23:12:05 2008
@@ -1391,15 +1391,21 @@
      "     VISIBLE:  'The complete list of work to do,', cursor=1",
      "SPEECH OUTPUT: 'The complete list of work to do, including bugs and feature'"]))
 
-# We should be landing on this link but we're not.
-#
-#sequence.append(utils.StartRecordingAction())
-#sequence.append(KeyComboAction("Up"))
-#sequence.append(utils.AssertPresentationAction(
-#    "Line Up", 
-#    ["BRAILLE LINE:  'from many community members Link .'",
-#     "     VISIBLE:  'from many community members Link', cursor=1",
-#     "SPEECH OUTPUT: 'from many community members link .'"]))
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Up"))
+sequence.append(utils.AssertPresentationAction(
+    "Line Up", 
+    ["BRAILLE LINE:  'from many community members Link .'",
+     "     VISIBLE:  'from many community members Link', cursor=1",
+     "SPEECH OUTPUT: 'from many community members link .'"]))
+
+sequence.append(utils.StartRecordingAction())
+sequence.append(KeyComboAction("Up"))
+sequence.append(utils.AssertPresentationAction(
+    "Line Up", 
+    ["BRAILLE LINE:  'contributions Link'",
+     "     VISIBLE:  'contributions Link', cursor=1",
+     "SPEECH OUTPUT: 'contributions link'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Up"))

Modified: trunk/test/keystrokes/firefox/xul_role_alert.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_alert.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_alert.py	Mon Feb 18 23:12:05 2008
@@ -27,7 +27,7 @@
 sequence.append(utils.AssertPresentationAction(
     "Press Return to make the alert appear",
     ["BUG? - It seems that the internal frame may be causing us to not speak the alert",
-    ["BRAILLE LINE:  'about:blank HtmlPane'",
+     "BRAILLE LINE:  'about:blank HtmlPane'",
      "     VISIBLE:  'about:blank HtmlPane', cursor=1",
      "BRAILLE LINE:  'Minefield Application [JavaScript Application] Dialog'",
      "     VISIBLE:  '[JavaScript Application] Dialog', cursor=1",

Modified: trunk/test/keystrokes/firefox/xul_role_menu_bar.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_menu_bar.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_menu_bar.py	Mon Feb 18 23:12:05 2008
@@ -54,7 +54,7 @@
 sequence.append(KeyComboAction("Right"))
 sequence.append(utils.AssertPresentationAction(
     "Right Arrow on menu bar",
-    ["BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar AutoComplete Location  $l'",
+    ["BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar View Menu'",
      "     VISIBLE:  'View Menu', cursor=1",
      "BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar Application MenuBar Toolbars Menu'",
      "     VISIBLE:  'Toolbars Menu', cursor=1",
@@ -94,12 +94,12 @@
     "Left Arrow on menu bar",
     ["BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar Edit Menu'",
      "     VISIBLE:  'Edit Menu', cursor=1",
-     "BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar Application MenuBar Paste(Control V)'",
-     "     VISIBLE:  'Paste(Control V)', cursor=1",
+     "BRAILLE LINE:  'Minefield Application Minefield Frame ToolBar Application MenuBar Select All(Control A)'",
+     "     VISIBLE:  'Select All(Control A)', cursor=1",
      "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'Edit menu'",
      "SPEECH OUTPUT: ''",
-     "SPEECH OUTPUT: 'Paste Control V'"]))
+     "SPEECH OUTPUT: 'Select All Control A'"]))
 
 ########################################################################
 # Dismiss the menu by pressing Escape and wait for the location bar

Modified: trunk/test/keystrokes/firefox/xul_role_page_tab.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_page_tab.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_page_tab.py	Mon Feb 18 23:12:05 2008
@@ -34,7 +34,7 @@
      "     VISIBLE:  'General Page', cursor=1",
      "SPEECH OUTPUT: 'tab list'",
      "SPEECH OUTPUT: 'General page'",
-     "SPEECH OUTPUT: 'item 1 of 5'",
+     "SPEECH OUTPUT: 'item 1 of 6'",
      "SPEECH OUTPUT: ''"]))
 
 ########################################################################
@@ -61,7 +61,7 @@
      "     VISIBLE:  'Page Setup Page', cursor=1",
      "SPEECH OUTPUT: 'tab list'",
      "SPEECH OUTPUT: 'Page Setup page'",
-     "SPEECH OUTPUT: 'item 2 of 5'",
+     "SPEECH OUTPUT: 'item 2 of 6'",
      "SPEECH OUTPUT: ''"]))
 
 ########################################################################

Modified: trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py	(original)
+++ trunk/test/keystrokes/firefox/xul_where_am_i_status_bar.py	Mon Feb 18 23:12:05 2008
@@ -44,7 +44,7 @@
 sequence.append(KeyComboAction("Tab"))
 sequence.append(utils.AssertPresentationAction(
     "Tab to button", 
-    ["BRAILLE LINE:  'Who expects the Spanish Inquisition? Button'",
+    ["BRAILLE LINE:  'Who expects the Spanish Inquisition? Button '",
      "     VISIBLE:  'Who expects the Spanish Inquisit', cursor=1",
      "SPEECH OUTPUT: ''",
      "SPEECH OUTPUT: 'Who expects the Spanish Inquisition? button'"]))
@@ -66,9 +66,9 @@
 sequence.append(PauseAction(3000))
 sequence.append(utils.AssertPresentationAction(
     "Status bar", 
-    ["BRAILLE LINE:  'Who expects the Spanish Inquisition? Button'",
+    ["BRAILLE LINE:  'Who expects the Spanish Inquisition? Button '",
      "     VISIBLE:  'Who expects the Spanish Inquisit', cursor=1",
-     "BRAILLE LINE:  'Who expects the Spanish Inquisition? Button'",
+     "BRAILLE LINE:  'Who expects the Spanish Inquisition? Button '",
      "     VISIBLE:  'Who expects the Spanish Inquisit', cursor=1",
      "SPEECH OUTPUT: 'Status Bar Regression Test - Minefield'",
      "SPEECH OUTPUT: 'NOBODY expects the Spanish Inquisition!'"]))



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