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 519562 - gtk-demo/role_split_pane.py regression test #3 produces the wrong results.
gtk-demo/role_split_pane.py regression test #3 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:11 UTC by Rich Burridge
Modified: 2008-02-29 20:49 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix this problem. (1.87 KB, patch)
2008-02-29 18:50 UTC, Rich Burridge
committed Details | Review

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

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

Need to determine why no value was spoken.
Comment 1 Rich Burridge 2008-02-29 18:50:44 UTC
Created attachment 106289 [details] [review]
Patch to fix this problem.

Patch add a new _speakSplitPane() method to where_am_I.py and adjusts
the regression test to match the new output.

Please test.
Comment 2 Joanmarie Diggs (IRC: joanie) 2008-02-29 20:09:40 UTC
Seems to work nicely.  (You have a print statement in there though, which also works nicely ;-) )
Comment 3 Rich Burridge 2008-02-29 20:49:31 UTC
Thanks. Patch committed (without the print statement) to SVN trunk.
Closing as FIXED.