orca r4635 - in trunk: . test/harness test/keystrokes/firefox
- From: wwalker svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r4635 - in trunk: . test/harness test/keystrokes/firefox
- Date: Wed, 11 Mar 2009 20:59:36 +0000 (UTC)
Author: wwalker
Date: Wed Mar 11 20:59:36 2009
New Revision: 4635
URL: http://svn.gnome.org/viewvc/orca?rev=4635&view=rev
Log:
Update regression tests to work with Firefox 3.1 Beta 3 on OpenSolaris 2008.11 b108.
Modified:
trunk/ChangeLog
trunk/test/harness/utils.py
trunk/test/keystrokes/firefox/xul_role_push_button.py
Modified: trunk/test/harness/utils.py
==============================================================================
--- trunk/test/harness/utils.py (original)
+++ trunk/test/harness/utils.py Wed Mar 11 20:59:36 2009
@@ -29,7 +29,7 @@
# These regex's attempt to provide a way to manage those differences.
#
firefoxAppNames = "(Firefox|Minefield)"
-firefoxFrameNames = "(Mozilla Firefox|Mozilla Firefox 3.1 Beta 2|Minefield)"
+firefoxFrameNames = "(Mozilla Firefox|Mozilla Firefox 3.1 Beta 2|Mozilla Firefox 3.1 Beta 3|Minefield)"
firefoxLocationBarNames = "(Location|Search Bookmarks and History)"
# Various OpenOffice names as a regex. These are needed because OOo likes
Modified: trunk/test/keystrokes/firefox/xul_role_push_button.py
==============================================================================
--- trunk/test/keystrokes/firefox/xul_role_push_button.py (original)
+++ trunk/test/keystrokes/firefox/xul_role_push_button.py Wed Mar 11 20:59:36 2009
@@ -26,7 +26,7 @@
# In the Print dialog, shift+tab to move to the push button.
#
sequence.append(utils.StartRecordingAction())
-sequence.append(KeyComboAction("<Shift>Tab"))
+sequence.append(KeyComboAction("<Shift>ISO_Left_Tab"))
sequence.append(utils.AssertPresentationAction(
"Shift+Tab to button",
["BRAILLE LINE: '" + utils.firefoxAppNames + " Application Print Dialog Cancel Button'",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]