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 519567 - gtk-demo/role_tree_table.py regression test #13 produces the wrong results.
gtk-demo/role_tree_table.py regression test #13 produces the wrong results.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
2.21.x
Other Linux
: Normal normal
: ---
Assigned To: Orca Maintainers
Orca Maintainers
: 519568 (view as bug list)
Depends on:
Blocks: 519271
 
 
Reported: 2008-02-29 16:18 UTC by Rich Burridge
Modified: 2008-03-07 22:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Revision #1. (1.75 KB, patch)
2008-03-06 17:53 UTC, Rich Burridge
committed Details | Review

Description Rich Burridge 2008-02-29 16:18:06 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.
Comment 1 Rich Burridge 2008-03-06 17:51:36 UTC
*** Bug 519568 has been marked as a duplicate of this bug. ***
Comment 2 Rich Burridge 2008-03-06 17:53:32 UTC
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.
Comment 3 Willie Walker 2008-03-06 18:02:18 UTC
(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!
Comment 4 Rich Burridge 2008-03-07 22:22:58 UTC
Patch committed to SVN trunk. Closing as FIXED.