GNOME Bugzilla – Bug 523465
oocalc/bug_364086.py regression tests #1 through #2 produce the wrong results.
Last modified: 2008-03-20 20:02:34 UTC
Test 1 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_364086.py:File->New->Spreadsheet EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame'", " VISIBLE: 'Untitled2 - OpenOffice.org Calc ', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane Panel'", " VISIBLE: 'Panel', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table'", " VISIBLE: 'Sheet Sheet1 Table', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Untitled2 - OpenOffice.org Calc frame'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'panel'", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: ' A1'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame'", " VISIBLE: 'Untitled2 - OpenOffice.org Calc ', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane Panel'", " VISIBLE: 'Panel', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table'", " VISIBLE: 'Sheet Sheet1 Table', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'Untitled2 - OpenOffice.org Calc frame'", "SPEECH OUTPUT: ''", "SPEECH OUTPUT: 'panel'", "SPEECH OUTPUT: 'Sheet Sheet1 table grayed'", "SPEECH OUTPUT: 'blank'", Test 2 of 2 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_364086.py:Type 'hello' (without the quotes), followed by Return EXPECTED: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A2 '", " VISIBLE: 'Cell A2 ', cursor=1", "SPEECH OUTPUT: ' A1'", "SPEECH OUTPUT: ' A2'", ACTUAL: "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A1 '", " VISIBLE: 'Cell A1 ', cursor=1", "BRAILLE LINE: 'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell A2 '", " VISIBLE: 'Cell A2 ', cursor=1", "SPEECH OUTPUT: 'blank'", "SPEECH OUTPUT: 'blank'",
Apparently the first patch to bug #583489 was enough to make both of these regression tests now succeed. This is strange, as I was expecting to have to fix up some braille context output. No matter. Closing as OBSOLETE.