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