GNOME Bugzilla – Bug 523468
oocalc/bug_435307.py regression tests #1 through #2 produce the wrong results.
Last modified: 2008-03-21 20:24:56 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435307.py:Type Alt-f to select the Freeze menu item [1] EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc 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 '", " VISIBLE: 'Apples Cell B1 ', cursor=1", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: 'Apples B1'", ACTUAL: "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 Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view4 Sheet Sheet1 Table Apples 0 Cell'", " VISIBLE: 'Apples 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Apples'", "SPEECH OUTPUT: ' not selected'", Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435307.py:Type Alt-f to select the Freeze menu item [2] EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc 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 '", " VISIBLE: 'Apples Cell B1 ', cursor=1", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: 'Apples B1'", ACTUAL: "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 Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Apples 0 Cell'", " VISIBLE: 'Apples 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Apples'", "SPEECH OUTPUT: ' not selected'",
Created attachment 107703 [details] [review] Revision #1. All of these failures were due to the oocalc frame not having a name in the new version of OOo. Committed to SVN trunk, and moving the bug status to "[pending]".