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 523458 - oowriter/bug_469367.py regression tests #1 and #2 produce the wrong results.
oowriter/bug_469367.py regression tests #1 and #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:25 UTC by Rich Burridge
Modified: 2008-04-04 18:37 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (3.50 KB, patch)
2008-03-26 18:31 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-19 21:25:03 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_469367.py:Enter up arrow to position the text caret on the first line
EXPECTED:
     "BRAILLE LINE:  ' $l'",
     "     VISIBLE:  ' $l', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view             This is a test. $l'",
     "     VISIBLE:  '             This is a test. $l', cursor=1",
     "SPEECH OUTPUT: '             This is a test.'",
ACTUAL:
     "BRAILLE LINE:  ' $l'",
     "     VISIBLE:  ' $l', cursor=1",
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view 		   This is a test. $l'",
     "     VISIBLE:  '		   This is a test. $l', cursor=1",
     "SPEECH OUTPUT: '		   This is a test.'",


Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_469367.py:Enter Insert-f to get text information
EXPECTED:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Times'",
ACTUAL:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Liberation Serif'",
Comment 1 Rich Burridge 2008-03-26 18:31:55 UTC
Created attachment 108077 [details] [review]
Revision #1.

Adjusted the regression test to open an empty document
which has FreeSerif as the default font.

Patch checked into SVN trunk. Moving to "[pending]".
Comment 2 Rich Burridge 2008-04-04 18:37:40 UTC
Thanks Mike. Closing as FIXED.