GNOME Bugzilla – Bug 523446
oowriter/bug_382415.py regression tests #1 through #5 produce the wrong results.
Last modified: 2008-03-24 19:22:53 UTC
Test 1 of 5 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382415.py:Down arrow to 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 5 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382415.py: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 Mon Paragraph'", " VISIBLE: 'Mon Paragraph', cursor=1", "SPEECH OUTPUT: 'Cell B1'", "SPEECH OUTPUT: 'Mon'", "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 Mon Paragraph'", " VISIBLE: 'Mon Paragraph', cursor=1", "SPEECH OUTPUT: 'Cell B1'", "SPEECH OUTPUT: 'Mon'", "SPEECH OUTPUT: ' not selected'", Test 3 of 5 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382415.py:Down arrow to move to the blank table cell on the next row EXPECTED: "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'", " VISIBLE: 'Mon Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "SPEECH OUTPUT: 'Mon'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B2'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Mon Paragraph'", " VISIBLE: 'Mon Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "SPEECH OUTPUT: 'Mon'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B2'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", Test 4 of 5 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382415.py:Down arrow to move to the '4' table cell on the next row EXPECTED: "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'", " VISIBLE: '4 Paragraph', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B3'", "SPEECH OUTPUT: '4'", "SPEECH OUTPUT: ' not selected'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'", " VISIBLE: '4 Paragraph', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B3'", "SPEECH OUTPUT: '4'", "SPEECH OUTPUT: ' not selected'", Test 5 of 5 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_382415.py:Down arrow to move to the '11' table cell on the next row EXPECTED: "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'", " VISIBLE: '4 Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application table-sample - OpenOffice.org Writer Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'", " VISIBLE: '11 Paragraph', cursor=1", "SPEECH OUTPUT: '4'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B4'", "SPEECH OUTPUT: '11'", "SPEECH OUTPUT: ' not selected'", ACTUAL: "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 4 Paragraph'", " VISIBLE: '4 Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Frame table-sample - OpenOffice.org Writer RootPane ScrollPane Document view Calendar-1 Table 11 Paragraph'", " VISIBLE: '11 Paragraph', cursor=1", "SPEECH OUTPUT: '4'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B4'", "SPEECH OUTPUT: '11'", "SPEECH OUTPUT: ' not selected'",
Created attachment 107937 [details] [review] Revision #1. The only differences were the braille contexts for the regression tests, where there is now the inclusion of any extra "Frame". Patch committed. Moving to "[pending]".
looks good