orca r4260 - trunk/test/keystrokes/firefox
- From: joanied svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4260 - trunk/test/keystrokes/firefox
- Date: Thu, 25 Sep 2008 15:09:35 +0000 (UTC)
Author: joanied
Date: Thu Sep 25 15:09:35 2008
New Revision: 4260
URL: http://svn.gnome.org/viewvc/orca?rev=4260&view=rev
Log:
More updated regression tests.
Modified:
trunk/test/keystrokes/firefox/dojo_dialog.py
trunk/test/keystrokes/firefox/dojo_slider.py
trunk/test/keystrokes/firefox/label_guess_bug_509809.py
trunk/test/keystrokes/firefox/label_guess_bugzilla_search.py
trunk/test/keystrokes/firefox/line_nav_bugzilla_search.py
trunk/test/keystrokes/firefox/line_nav_simple_form.py
trunk/test/keystrokes/firefox/xul_role_accel_label.py
Modified: trunk/test/keystrokes/firefox/dojo_dialog.py
==============================================================================
--- trunk/test/keystrokes/firefox/dojo_dialog.py (original)
+++ trunk/test/keystrokes/firefox/dojo_dialog.py Thu Sep 25 15:09:35 2008
@@ -38,6 +38,8 @@
"Tab to show dialog button",
["BRAILLE LINE: 'Show Dialog Button'",
" VISIBLE: 'Show Dialog Button', cursor=1",
+ "BRAILLE LINE: 'Show Dialog Button'",
+ " VISIBLE: 'Show Dialog Button', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Show Dialog button'"]))
@@ -50,6 +52,8 @@
"Tab to programatic dialog button",
["BRAILLE LINE: 'Programatic Dialog (3 second delay) Button'",
" VISIBLE: 'Programatic Dialog (3 second del', cursor=1",
+ "BRAILLE LINE: 'Programatic Dialog (3 second delay) Button'",
+ " VISIBLE: 'Programatic Dialog (3 second del', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Programatic Dialog (3 second delay) button'"]))
@@ -62,6 +66,8 @@
"Tab to tabcontainer dialog button",
["BRAILLE LINE: 'Show TabContainer Dialog Button'",
" VISIBLE: 'Show TabContainer Dialog Button', cursor=1",
+ "BRAILLE LINE: 'Show TabContainer Dialog Button'",
+ " VISIBLE: 'Show TabContainer Dialog Button', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Show TabContainer Dialog button'"]))
@@ -104,6 +110,8 @@
"close dialog",
["BRAILLE LINE: 'Show TabContainer Dialog Button'",
" VISIBLE: 'Show TabContainer Dialog Button', cursor=1",
+ "BRAILLE LINE: 'Show TabContainer Dialog Button'",
+ " VISIBLE: 'Show TabContainer Dialog Button', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Show TabContainer Dialog button'"]))
Modified: trunk/test/keystrokes/firefox/dojo_slider.py
==============================================================================
--- trunk/test/keystrokes/firefox/dojo_slider.py (original)
+++ trunk/test/keystrokes/firefox/dojo_slider.py Thu Sep 25 15:09:35 2008
@@ -208,13 +208,15 @@
########################################################################
# Tab to the button between the sliders.
-# [[[Bug?: whitespace. below are expected results]]]
+#
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Tab"))
sequence.append(utils.AssertPresentationAction(
"move to button",
["BRAILLE LINE: 'Disable previous slider Button'",
" VISIBLE: 'Disable previous slider Button', cursor=1",
+ "BRAILLE LINE: 'Disable previous slider Button'",
+ " VISIBLE: 'Disable previous slider Button', cursor=1",
"SPEECH OUTPUT: ''",
"SPEECH OUTPUT: 'Disable previous slider button'"]))
Modified: trunk/test/keystrokes/firefox/label_guess_bug_509809.py
==============================================================================
--- trunk/test/keystrokes/firefox/label_guess_bug_509809.py (original)
+++ trunk/test/keystrokes/firefox/label_guess_bug_509809.py Thu Sep 25 15:09:35 2008
@@ -145,6 +145,8 @@
"Next form field",
["BRAILLE LINE: 'Admin address: $l Password: $l Visit Subscriber List Button'",
" VISIBLE: ' $l Password: $l Visit Subscrib', cursor=1",
+ "BRAILLE LINE: 'Admin address: $l Password: $l Visit Subscriber List Button'",
+ " VISIBLE: ' $l Password: $l Visit Subscrib', cursor=1",
"SPEECH OUTPUT: 'Admin address: text'"]))
sequence.append(utils.StartRecordingAction())
@@ -155,8 +157,6 @@
"Next form field",
["BRAILLE LINE: 'Admin address: $l Password: $l Visit Subscriber List Button'",
" VISIBLE: ' $l Visit Subscriber List Button', cursor=1",
- "BRAILLE LINE: 'Admin address: $l Password: $l Visit Subscriber List Button'",
- " VISIBLE: ' $l Visit Subscriber List Button', cursor=1",
"SPEECH OUTPUT: 'Password: password'"]))
sequence.append(utils.StartRecordingAction())
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 Thu Sep 25 15:09:35 2008
@@ -155,6 +155,8 @@
"Next form field",
["BRAILLE LINE: 'AÂComment: contains the string Combo $l'",
" VISIBLE: ' $l', cursor=1",
+ "BRAILLE LINE: 'AÂComment: contains the string Combo $l'",
+ " VISIBLE: ' $l', cursor=1",
"SPEECH OUTPUT: 'text'"]))
sequence.append(utils.StartRecordingAction())
@@ -176,6 +178,8 @@
"Next form field",
["BRAILLE LINE: 'Whiteboard: contains all of the words/strings Combo $l'",
" VISIBLE: ' $l', cursor=1",
+ "BRAILLE LINE: 'Whiteboard: contains all of the words/strings Combo $l'",
+ " VISIBLE: ' $l', cursor=1",
"SPEECH OUTPUT: 'text'"]))
sequence.append(utils.StartRecordingAction())
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 Thu Sep 25 15:09:35 2008
@@ -735,6 +735,8 @@
"Line Up",
["BRAILLE LINE: ' $l'",
" VISIBLE: ' $l', cursor=1",
+ "BRAILLE LINE: ' $l'",
+ " VISIBLE: ' $l', cursor=1",
"SPEECH OUTPUT: 'and the new value was: text'",]))
sequence.append(utils.StartRecordingAction())
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 Thu Sep 25 15:09:35 2008
@@ -75,7 +75,8 @@
" VISIBLE: 'I am a monkey with a long tail. ', cursor=1",
"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'",
+ "SPEECH OUTPUT: 'I am a monkey with a long tail. I like '"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
@@ -220,7 +221,8 @@
" VISIBLE: ' $l', cursor=1",
"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'",
+ "SPEECH OUTPUT: ' '"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Up"))
Modified: trunk/test/keystrokes/firefox/xul_role_accel_label.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_accel_label.py (original)
+++ trunk/test/keystrokes/firefox/xul_role_accel_label.py Thu Sep 25 15:09:35 2008
@@ -69,37 +69,37 @@
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"Down Arrow in File menu",
- ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Close(Control W)'",
- " VISIBLE: 'Close(Control W)', cursor=1",
+ ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Close Window(Control Shift W)'",
+ " VISIBLE: 'Close Window(Control Shift W)', cursor=1",
"SPEECH OUTPUT: ''",
- "SPEECH OUTPUT: 'Close Control W'"]))
+ "SPEECH OUTPUT: 'Close Window Control Shift W'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"Down Arrow in File menu",
- ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Save Page As...(Control S)'",
- " VISIBLE: 'Save Page As...(Control S)', cursor=1",
+ ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Close Tab(Control W)'",
+ " VISIBLE: 'Close Tab(Control W)', cursor=1",
"SPEECH OUTPUT: ''",
- "SPEECH OUTPUT: 'Save Page Asâ Control S'"]))
+ "SPEECH OUTPUT: 'Close Tab Control W'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"Down Arrow in File menu",
- ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Send Link...'",
- " VISIBLE: 'Send Link...', cursor=1",
+ ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Save Page As...(Control S)'",
+ " VISIBLE: 'Save Page As...(Control S)', cursor=1",
"SPEECH OUTPUT: ''",
- "SPEECH OUTPUT: 'Send Linkâ'"]))
+ "SPEECH OUTPUT: 'Save Page Asâ Control S'"]))
sequence.append(utils.StartRecordingAction())
sequence.append(KeyComboAction("Down"))
sequence.append(utils.AssertPresentationAction(
"Down Arrow in File menu",
- ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Page Setup...'",
- " VISIBLE: 'Page Setup...', cursor=1",
+ ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Send Link...'",
+ " VISIBLE: 'Send Link...', cursor=1",
"SPEECH OUTPUT: ''",
- "SPEECH OUTPUT: 'Page Setupâ'"]))
+ "SPEECH OUTPUT: 'Send Linkâ'"]))
########################################################################
# Do a basic "Where Am I" via KP_Enter.
@@ -109,13 +109,13 @@
sequence.append(PauseAction(3000))
sequence.append(utils.AssertPresentationAction(
"Basic Where Am I",
- ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Page Setup...'",
- " VISIBLE: 'Page Setup...', cursor=1",
+ ["BRAILLE LINE: 'Minefield Application Minefield Frame ToolBar Application MenuBar Send Link...'",
+ " VISIBLE: 'Send Link...', cursor=1",
"SPEECH OUTPUT: 'tool bar'",
"SPEECH OUTPUT: 'File menu'",
- "SPEECH OUTPUT: 'Page Setupâ'",
+ "SPEECH OUTPUT: 'Send Linkâ'",
"SPEECH OUTPUT: ''",
- "SPEECH OUTPUT: 'item 8 of 13'",
+ "SPEECH OUTPUT: 'item 8 of 14'",
"SPEECH OUTPUT: ''"]))
########################################################################
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]