Re: [PATCH test/xts] Fix XSendEvent tests

2012-08-15 Thread Peter Harris
On 2012-08-03 17:17, Jeremy Huddleston Sequoia wrote: For the series of 3 patches: Reviewed-by: Jeremy Huddleston Sequoia jerem...@apple.com Thanks. Pushed. Peter Harris -- Open Text Connectivity Solutions Group Peter Harris

Re: [PATCH test/xts] Fix XSendEvent tests

2012-08-03 Thread Jeremy Huddleston Sequoia
For the series of 3 patches: Reviewed-by: Jeremy Huddleston Sequoia jerem...@apple.com On Aug 1, 2012, at 08:01, Peter Harris phar...@opentext.com wrote: XSendEvent of GenericEvent will return a Value error if the extension field isn't an extension that supports GenericEvent. Even before

[PATCH test/xts] Fix XSendEvent tests

2012-08-01 Thread Peter Harris
XSendEvent of GenericEvent will return a Value error if the extension field isn't an extension that supports GenericEvent. Even before then, Xlib suppresses the XSendEvent. Instead of trying to find such an extension, just skip testing this event. Leave GenericEvent in the list, so that notmember