GNOME Bugzilla – Bug 523461
oocalc/bug_363802.py regression tests #1 through #6 produce the wrong results.
Last modified: 2008-03-21 20:23:50 UTC
Test 1 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Type Control-Home to position the text caret in cell A1 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "SPEECH OUTPUT: ' A1'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 0 Cell'", " VISIBLE: 'Cell A1 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Cell A1 '", "SPEECH OUTPUT: ' not selected'", Test 2 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Press the down arrow to move to cell A2 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies Cell A2 '", " VISIBLE: 'Good in Pies Cell A2 ', cursor=1", "SPEECH OUTPUT: 'Good in Pies A2'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Good in Pies 0 Cell'", " VISIBLE: 'Good in Pies 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Good in Pies'", "SPEECH OUTPUT: ' not selected'", Test 3 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Press the right arrow to move to cell B2 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B2 '", " VISIBLE: 'Yes Cell B2 ', cursor=1", "SPEECH OUTPUT: 'Yes B2'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes 0 Cell'", " VISIBLE: 'Yes 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Yes'", "SPEECH OUTPUT: ' not selected'", Test 4 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Press the down arrow to move to cell B3 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell B3 '", " VISIBLE: 'Yes Cell B3 ', cursor=1", "SPEECH OUTPUT: 'Yes B3'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes 0 Cell'", " VISIBLE: 'Yes 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Yes'", "SPEECH OUTPUT: ' not selected'", Test 5 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Press the right arrow to move to cell C3 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes Cell C3 '", " VISIBLE: 'Yes Cell C3 ', cursor=1", "SPEECH OUTPUT: 'Yes C3'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Yes 0 Cell'", " VISIBLE: 'Yes 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Yes'", "SPEECH OUTPUT: ' not selected'", Test 6 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363802.py:Press the up arrow to move to cell C2 EXPECTED: "BRAILLE LINE: 'soffice Application fruit - OpenOffice.org Calc Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table No Cell C2 '", " VISIBLE: 'No Cell C2 ', cursor=1", "SPEECH OUTPUT: 'No C2'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame fruit - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table No 0 Cell'", " VISIBLE: 'No 0 Cell', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'No'", "SPEECH OUTPUT: ' not selected'",
Created attachment 107697 [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]".