GNOME Bugzilla – Bug 519562
gtk-demo/role_split_pane.py regression test #3 produces the wrong results.
Last modified: 2008-02-29 20:49:31 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.
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.
Seems to work nicely. (You have a print statement in there though, which also works nicely ;-) )
Thanks. Patch committed (without the print statement) to SVN trunk. Closing as FIXED.