GNOME Bugzilla – Bug 523469
oocalc/bug_435852.py regression tests #1 through #4 produce the wrong results.
Last modified: 2008-03-20 20:30:49 UTC
Test 1 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter right arrow to move to cell B1 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B1 '", " VISIBLE: 'Cell B1 ', cursor=1", "SPEECH OUTPUT: ' B1'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B1 '", " VISIBLE: 'Cell B1 ', cursor=1", "SPEECH OUTPUT: 'blank'", Test 2 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter down arrow to move to cell B2 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B2 '", " VISIBLE: 'Cell B2 ', cursor=1", "SPEECH OUTPUT: ' B2'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B2 '", " VISIBLE: 'Cell B2 ', cursor=1", "SPEECH OUTPUT: 'blank'", Test 3 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter left arrow to move to cell A2 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A2 '", " VISIBLE: 'Cell A2 ', cursor=1", "SPEECH OUTPUT: ' A2'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A2 '", " VISIBLE: 'Cell A2 ', cursor=1", "SPEECH OUTPUT: 'blank'", Test 4 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter up arrow to move to cell A1 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - 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 Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "SPEECH OUTPUT: 'blank'",
Again, the first patch to bug #523459 seems to have fixed up the differences here. No braille contexts to change in the regression test results. Closing as OBSOLETE.