GNOME Bugzilla – Bug 519560
gtk-demo/role_split_pane.py regression test #1 produces the wrong results.
Last modified: 2008-02-29 17:21:38 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.
Created attachment 106281 [details] [review] Patch to fix this problem.
Patch committed. Closing as FIXED.