GNOME Bugzilla – Bug 523450
oowriter/bug_384893.py regression tests #2 and #3 produce the wrong results.
Last modified: 2008-04-04 18:35:33 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'",
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]".
Thanks Mike. Closing as FIXED.