GNOME Bugzilla – Bug 523467
oocalc/bug_433398.py regression tests #1 through #4 produce the wrong results.
Last modified: 2008-03-21 20:24:31 UTC
Test 1 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_433398.py:Type down arrow to get to the Freeze menu item [1] EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane MenuBar Freeze'", " VISIBLE: 'Freeze', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Freeze'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane MenuBar Freeze'", " VISIBLE: 'Freeze', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Freeze'", Test 2 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_433398.py:Type Return to check it 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 3 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_433398.py:Type down arrow to get to the Freeze menu item [2] EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane MenuBar <x> Freeze'", " VISIBLE: '<x> Freeze', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Freeze checked'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane MenuBar <x> Freeze'", " VISIBLE: '<x> Freeze', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Freeze checked'", Test 4 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_433398.py:Type Return to uncheck it 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 107701 [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]".