orca r3739 - in trunk: . test/keystrokes/oocalc
- From: richb svn gnome org
- To: svn-commits-list gnome org
- Subject: orca r3739 - in trunk: . test/keystrokes/oocalc
- Date: Thu, 20 Mar 2008 20:26:23 +0000 (GMT)
Author: richb
Date: Thu Mar 20 20:26:22 2008
New Revision: 3739
URL: http://svn.gnome.org/viewvc/orca?rev=3739&view=rev
Log:
* test/keystrokes/oocalc/bug_435307.py:
Fix for bug #523468 - oocalc/bug_435307.py regression tests #1
through #2 produce the wrong results.
Modified:
trunk/ChangeLog
trunk/test/keystrokes/oocalc/bug_435307.py
Modified: trunk/test/keystrokes/oocalc/bug_435307.py
==============================================================================
--- trunk/test/keystrokes/oocalc/bug_435307.py (original)
+++ trunk/test/keystrokes/oocalc/bug_435307.py Thu Mar 20 20:26:22 2008
@@ -40,9 +40,9 @@
sequence.append(WaitForFocus("Sheet Sheet1", acc_role=pyatspi.ROLE_TABLE))
sequence.append(utils.AssertPresentationAction(
"Type Alt-f to select the Freeze menu item [1]",
- [ "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view4 Sheet Sheet1 Table'",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view4 Sheet Sheet1 Table'",
" VISIBLE: 'Sheet Sheet1 Table', cursor=1",
- "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view4 Sheet Sheet1 Table Apples Cell B1 '",
+ "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view4 Sheet Sheet1 Table Apples Cell B1 '",
" VISIBLE: 'Apples Cell B1 ', cursor=1",
"SPEECH OUTPUT: 'Sheet Sheet1 table grayed'",
"SPEECH OUTPUT: 'Apples B1'"]))
@@ -60,9 +60,9 @@
sequence.append(KeyComboAction("<Alt>f"))
sequence.append(utils.AssertPresentationAction(
"Type Alt-f to select the Freeze menu item [2]",
- ["BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table'",
+ ["BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table'",
" VISIBLE: 'Sheet Sheet1 Table', cursor=1",
- "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Apples Cell B1 '",
+ "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Apples Cell B1 '",
" VISIBLE: 'Apples Cell B1 ', cursor=1",
"SPEECH OUTPUT: 'Sheet Sheet1 table grayed'",
"SPEECH OUTPUT: 'Apples B1'"]))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]