After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 523469 - oocalc/bug_435852.py regression tests #1 through #4 produce the wrong results.
oocalc/bug_435852.py regression tests #1 through #4 produce the wrong results.
Status: RESOLVED OBSOLETE
Product: orca
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
Depends on:
Blocks: 521651
 
 
Reported: 2008-03-19 21:41 UTC by Rich Burridge
Modified: 2008-03-20 20:30 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Rich Burridge 2008-03-19 21:41:10 UTC
Test 1 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter right arrow to move to cell B1
EXPECTED:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B1 '",
     "     VISIBLE:  'Cell B1 ', cursor=1",
     "SPEECH OUTPUT: ' B1'",
ACTUAL:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B1 '",
     "     VISIBLE:  'Cell B1 ', cursor=1",
     "SPEECH OUTPUT: 'blank'",


Test 2 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter down arrow to move to cell B2
EXPECTED:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B2 '",
     "     VISIBLE:  'Cell B2 ', cursor=1",
     "SPEECH OUTPUT: ' B2'",
ACTUAL:
     "BRAILLE LINE:  'soffice Application Untitled2 - OpenOffice.org Calc Frame Untitled2 - OpenOffice.org Calc RootPane ScrollPane Document view3 Sheet Sheet1 Table Cell B2 '",
     "     VISIBLE:  'Cell B2 ', cursor=1",
     "SPEECH OUTPUT: 'blank'",

Test 3 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter left arrow to move to cell A2
EXPECTED:
     "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: ' A2'",
ACTUAL:
     "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'",


Test 4 of 4 FAILED: /home/richb/gnome/orca/trunk/test/keystrokes/oocalc/bug_435852.py:Enter up arrow to move to cell A1
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",
     "SPEECH OUTPUT: ' A1'",
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",
     "SPEECH OUTPUT: 'blank'",
Comment 1 Rich Burridge 2008-03-20 20:30:49 UTC
Again, the first patch to bug #523459 seems to have fixed up
the differences here. No braille contexts to change in the
regression test results. Closing as OBSOLETE.