[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [PATCH] Don't send wxEVT_UPDATE_UI events manually in the auto
From: |
Greg Chicares |
Subject: |
Re: [lmi] [PATCH] Don't send wxEVT_UPDATE_UI events manually in the automatic tests. |
Date: |
Sat, 06 Dec 2014 18:12:52 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 5.1; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
On 2014-12-05 23:04Z, Vadim Zeitlin wrote:
>
> As previously discussed, I think it would be better to avoid explicitly
> sending wxEVT_UPDATE_UI events during the tests as this may result in
> subtly different behaviour from the normal case. With the latest wxWidgets
> (git tree 29cd13cc8f06eab726d3b774e057b64c94570923), wxYield() now invokes
> idle time handling in wxMSW, just as it already did in the other ports, so
> now we may stop doing this and the attached patch does just this. It
> touches the test code only and it would be nice if it could be applied
> before further changes to the tests are done.
Committed 20141206T1811Z, revision 6048.