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 523467 - oocalc/bug_433398.py regression tests #1 through #4 produce the wrong results.
oocalc/bug_433398.py regression tests #1 through #4 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:38 UTC by Rich Burridge
Modified: 2008-03-21 20:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

Description Rich Burridge 2008-03-19 21:38:47 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'",
Comment 1 Rich Burridge 2008-03-20 20:15:01 UTC
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]".