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 523450 - oowriter/bug_384893.py regression tests #2 and #3 produce the wrong results.
oowriter/bug_384893.py regression tests #2 and #3 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:16 UTC by Rich Burridge
Modified: 2008-04-04 18:35 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (3.65 KB, patch)
2008-03-26 17:34 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-03-19 21:16:50 UTC
Test 2 of 3 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_384893.py:Enter Insert-f to get text information on the underlined word
EXPECTED:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Times'",
     "SPEECH OUTPUT: 'underline single'",
ACTUAL:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Liberation Serif'",
     "SPEECH OUTPUT: 'underline single'",


Test 3 of 3 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_384893.py:Enter Insert-f to get text information on the bold word
EXPECTED:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Times'",
     "SPEECH OUTPUT: 'bold'",
ACTUAL:
     "SPEECH OUTPUT: 'size 12'",
     "SPEECH OUTPUT: 'family-name Liberation Serif'",
     "SPEECH OUTPUT: 'bold'",
Comment 1 Rich Burridge 2008-03-26 17:34:16 UTC
Created attachment 108074 [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:35:33 UTC
Thanks Mike. Closing as FIXED.