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 519560 - gtk-demo/role_split_pane.py regression test #1 produces the wrong results.
gtk-demo/role_split_pane.py regression test #1 produces the wrong results.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks: 519271
 
 
Reported: 2008-02-29 16:08 UTC by Rich Burridge
Modified: 2008-02-29 17:21 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this problem. (639 bytes, patch)
2008-02-29 17:21 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-02-29 16:08:34 UTC
This is on latest Ubuntu Hardy:

EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Panes Frame 60 SplitPane'",
     "     VISIBLE:  '60 SplitPane', cursor=1",
     "SPEECH OUTPUT: ''",
     "BUG? - no value spoken?",
     "SPEECH OUTPUT: 'split pane'",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Panes Frame 60 SplitPane'",
     "     VISIBLE:  '60 SplitPane', cursor=1",
     "SPEECH OUTPUT: ''",
     "SPEECH OUTPUT: 'split pane 60'",
[FAILURE WAS EXPECTED - LOOK FOR BUG? IN EXPECTED RESULTS]

This looks like a case of the regression test results need updating.
Comment 1 Rich Burridge 2008-02-29 17:21:16 UTC
Created attachment 106281 [details] [review]
Patch to fix this problem.
Comment 2 Rich Burridge 2008-02-29 17:21:38 UTC
Patch committed. Closing as FIXED.