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



Author: joanied
Date: Wed May 28 04:50:38 2008
New Revision: 3930
URL: http://svn.gnome.org/viewvc/orca?rev=3930&view=rev

Log:
* test/keystrokes/firefox/xul_role_entry.py:
  test/keystrokes/firefox/flat_review_text_by_word_and_char.py:
  Updated regression tests to reflect that we now say "space" rather
  than " ".



Modified:
   trunk/ChangeLog
   trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py
   trunk/test/keystrokes/firefox/xul_role_entry.py

Modified: trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py
==============================================================================
--- trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py	(original)
+++ trunk/test/keystrokes/firefox/flat_review_text_by_word_and_char.py	Wed May 28 04:50:38 2008
@@ -187,7 +187,7 @@
     "flat review next char", 
     ["BRAILLE LINE:  'NOBODY expects the Spanish Inquisition! Our chief weapon is surprise. Surprise and fear. Fear and surprise. Our two weapons are fear and  $l'",
      "     VISIBLE:  'sition! Our chief weapon is surp', cursor=28",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("KP_3"))
@@ -238,7 +238,7 @@
     "flat review previous char", 
     ["BRAILLE LINE:  'NOBODY expects the Spanish Inquisition! Our chief weapon is surprise. Surprise and fear. Fear and surprise. Our two weapons are fear and  $l'",
      "     VISIBLE:  'sition! Our chief weapon is surp', cursor=28",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("KP_1"))

Modified: trunk/test/keystrokes/firefox/xul_role_entry.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_entry.py	(original)
+++ trunk/test/keystrokes/firefox/xul_role_entry.py	Wed May 28 04:50:38 2008
@@ -150,7 +150,7 @@
      "     VISIBLE:  'this is a  $l', cursor=11",
      "BRAILLE LINE:  'Minefield Application Add Bookmark Dialog this is a  $l'",
      "     VISIBLE:  'this is a  $l', cursor=10",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 ########################################################################
 # Control Backspace 3 times thus removing "this is a" word by word from
@@ -299,7 +299,7 @@
     ["BUG? - We are speaking the new caret location -- we land on a space -- rather than the word that was just deleted.",
      "BRAILLE LINE:  'Minefield Application Add Bookmark Dialog so is this $l'",
      "     VISIBLE:  'so is this $l', cursor=3",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("<Control>Delete"))
@@ -308,7 +308,7 @@
     ["BUG? - We are speaking the new caret location -- we land on a space -- rather than the word that was just deleted.",
      "BRAILLE LINE:  'Minefield Application Add Bookmark Dialog  is this $l'",
      "     VISIBLE:  ' is this $l', cursor=4",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 ########################################################################
 # Press Delete 5 times to delete "<space>this".
@@ -319,7 +319,7 @@
     "Delete",
     ["BRAILLE LINE:  'Minefield Application Add Bookmark Dialog  this $l'",
      "     VISIBLE:  ' this $l', cursor=1",
-     "SPEECH OUTPUT: ' '"]))
+     "SPEECH OUTPUT: 'space'"]))
 
 sequence.append(utils.StartRecordingAction())
 sequence.append(KeyComboAction("Delete", 500))



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