GNOME Bugzilla – Bug 519567
gtk-demo/role_tree_table.py regression test #13 produces the wrong results.
Last modified: 2008-03-07 22:22:58 UTC
This is on latest Ubuntu Hardy: EXPECTED: "BUG? - nothing presented", ACTUAL: "", [FAILURE WAS EXPECTED - LOOK FOR BUG? IN EXPECTED RESULTS] Need to determine why nothing is presented. Possible duplicate of bug #519564.
*** Bug 519568 has been marked as a duplicate of this bug. ***
Created attachment 106699 [details] [review] Revision #1. This hopefully fixes the problem. Tests #13 and #14 were using: sequence.append(KeyComboAction(" ")) instead of sequence.append(TypeAction(" ")) I hope there's not a bug in Macaroon.
(In reply to comment #2) > Created an attachment (id=106699) [edit] > Revision #1. > > This hopefully fixes the problem. Tests #13 and #14 were using: > > sequence.append(KeyComboAction(" ")) > > instead of > > sequence.append(TypeAction(" ")) > > I hope there's not a bug in Macaroon. Oooh...good catch. I suspect the string in the KeyComboAction call should probably be "space" instead of " ". Either way, if the TypeAction thing fixes this problem, then great!
Patch committed to SVN trunk. Closing as FIXED.