GNOME Bugzilla – Bug 523464
oocalc/bug_363804.py regression tests #1 through #6 produce the wrong results.
Last modified: 2008-03-21 20:24:11 UTC
Test 1 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363804.py:Down to A2 - speak cell coordinates 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: ''", "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 2 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363804.py:Right to B2 - speak cell coordinates 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: ''", "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 3 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363804.py:Control Home to A1 - speak cell coordinates 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: ''", "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 4 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363804.py:Down to A2 - don't speak cell coordinates 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: ''", "SPEECH OUTPUT: 'Good in Pies'", 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 5 of 6 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_363804.py:Right to B2 - don't speak cell coordinates 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: ''", "SPEECH OUTPUT: 'Yes'", 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_363804.py:Control+Home to A1 - don't speak cell coordinates 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: ''", "SPEECH OUTPUT: 'blank'", 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'",
Created attachment 107700 [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]".