GNOME Bugzilla – Bug 523440
oowriter/bug_342602.py regression tests #1 and #2 produce the wrong results.
Last modified: 2008-04-04 18:31:43 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_342602.py:Move to cell B1 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table a Paragraph'", " VISIBLE: 'a Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "SPEECH OUTPUT: 'a'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B1'", "SPEECH OUTPUT: 'blank'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph a $l'", " VISIBLE: 'a $l', cursor=2", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph A $l'", " VISIBLE: 'A $l', cursor=2", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph'", " VISIBLE: 'A Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "SPEECH OUTPUT: 'A'", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell B1'", "SPEECH OUTPUT: 'blank'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oowriter/bug_342602.py:Move back to cell A1 EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table a Paragraph'", " VISIBLE: 'a Paragraph', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell A1'", "SPEECH OUTPUT: 'a'", "SPEECH OUTPUT: ' not selected'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table Paragraph'", " VISIBLE: 'Paragraph', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Writer Frame Untitled2 - OpenOffice.org Writer RootPane ScrollPane Document view Table1-1 Table A Paragraph'", " VISIBLE: 'A Paragraph', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: ' not selected'", "SPEECH OUTPUT: 'Cell A1'", "SPEECH OUTPUT: 'A'", "SPEECH OUTPUT: ' not selected'",
Created attachment 107923 [details] [review] Revision #1 The problem here is that with OOo 2.4-dev-RC6, when you type something in a table cell in oowriter and then Tab to the next table cell, the first character of what you have typed is automatically getting converted to upper case. Assuming this is acceptable, I've converted the expected regression test output to match. Patch not committed yet.
Created attachment 108069 [details] [review] Revision #2. Regression test adjusted to type "A" instead of "a" thus avoiding the auto-capitalization problem. Patch committed to SVN trunk. Moving to '[pending]'.
thanks Mike. Closing as FIXED.