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 519563 - gtk-demo/role_split_pane.py regression test #4 produces the wrong results.
gtk-demo/role_split_pane.py regression test #4 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:12 UTC by Rich Burridge
Modified: 2008-02-29 17:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


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

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

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

This looks like another case of the regression test results need updating.
Comment 1 Rich Burridge 2008-02-29 17:32:39 UTC
Created attachment 106284 [details] [review]
Patch to fix this problem.
Comment 2 Rich Burridge 2008-02-29 17:33:21 UTC
Patch committed to SVN trunk (only -- same for previous patches)
and closing as FIXED.