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


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

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

EXPECTED:
     "BRAILLE LINE:  'gtk-demo Application Panes Frame 61 SplitPane'",
     "     VISIBLE:  '61 SplitPane', cursor=1",
     "BUG? - no presentation in speech?",
     "SPEECH OUTPUT: ''",
ACTUAL:
     "BRAILLE LINE:  'gtk-demo Application Panes Frame 61 SplitPane'",
     "     VISIBLE:  '61 SplitPane', cursor=1",
     "SPEECH OUTPUT: '61'",
[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:27:05 UTC
Created attachment 106283 [details] [review]
Patch to fix this problem.
Comment 2 Rich Burridge 2008-02-29 17:27:30 UTC
Patch committed. Closing as FIXED.