wxWidgets/tests/toplevel
Vadim Zeitlin 5811d541da Refactor code waiting for events in the test suite
We already had WX_ASSERT_EVENT_OCCURS_IN macro and a recent commit also
added code doing almost the same thing manually in wxTopLevelWindow unit
test, which was one version too many.

Replace both of them with the new EventCounter::WaitEvent().

No real changes, this is just a refactoring.
2019-01-24 22:52:46 +01:00
..
toplevel.cpp Refactor code waiting for events in the test suite 2019-01-24 22:52:46 +01:00