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 523445 - oowriter/bug_382408.py regression tests #1 through #2 produce the wrong results.
oowriter/bug_382408.py regression tests #1 through #2 produce the wrong results.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: 2.24.0
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: 523438
 
 
Reported: 2008-03-19 21:09 UTC by Rich Burridge
Modified: 2008-04-04 18:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (1.50 KB, patch)
2008-03-24 16:34 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-19 21:09:50 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382408.py:Type a down arrow to move to the next line
EXPECTED:
     "BRAILLE LINE:  'December 2006 $l'",
     "     VISIBLE:  'December 2006 $l', cursor=1",
     "BRAILLE LINE:  'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view This is a test. $l'",
     "     VISIBLE:  'This is a test. $l', cursor=16",
     "SPEECH OUTPUT: 'This is a test.'",
ACTUAL:
     "BRAILLE LINE:  'December 2006 $l'",
     "     VISIBLE:  'December 2006 $l', cursor=1",
     "BRAILLE LINE:  'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view This is a test. $l'",
     "     VISIBLE:  'This is a test. $l', cursor=16",
     "SPEECH OUTPUT: 'This is a test.'",


Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382408.py:Type a down arrow to move to the Mon table column header
EXPECTED:
     "BRAILLE LINE:  'This is a test. $l'",
     "     VISIBLE:  'This is a test. $l', cursor=1",
     "BRAILLE LINE:  'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Sun Mon Tue Wed Thu Fri Sat'",
     "     VISIBLE:  'Mon Tue Wed Thu Fri Sat', cursor=1",
     "SPEECH OUTPUT: 'Sun Mon Tue Wed Thu Fri Sat'",
     "SPEECH OUTPUT: ' not selected'",
ACTUAL:
     "BRAILLE LINE:  'This is a test. $l'",
     "     VISIBLE:  'This is a test. $l', cursor=1",
     "BRAILLE LINE:  'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Sun Mon Tue Wed Thu Fri Sat'",
     "     VISIBLE:  'Mon Tue Wed Thu Fri Sat', cursor=1",
     "SPEECH OUTPUT: 'Sun Mon Tue Wed Thu Fri Sat'",
     "SPEECH OUTPUT: ' not selected'",
Comment 1 Rich Burridge 2008-03-24 16:34:17 UTC
Created attachment 107930 [details] [review]
Revision #1.

The only differences were the braille contexts for the two
regression tests, where there is now the inclusion of any extra "Frame".
Patch committed. Moving to "[pending]".
Comment 2 Rich Burridge 2008-04-04 18:33:25 UTC
Thanks Mike. Closing as FIXED.