After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523461 - oocalc/bug_363802.py regression tests #1 through #6 produce the wrong results.
oocalc/bug_363802.py regression tests #1 through #6 produce the wrong results.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: 521651
 
 
Reported: 2008-03-19 21:32 UTC by Rich Burridge
Modified: 2008-03-21 20:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (3.80 KB, patch)
2008-03-20 19:21 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-19 21:32:27 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'",
Comment 1 Rich Burridge 2008-03-20 19:21:57 UTC
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]".