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