Add tst_QEventDispatcher to tests/auto/corelib/kernel
authorBradley T. Hughes <bradley.hughes@nokia.com>
Mon, 23 Jan 2012 06:49:04 +0000 (07:49 +0100)
committerQt by Nokia <qt-info@nokia.com>
Fri, 10 Feb 2012 14:21:55 +0000 (15:21 +0100)
commitc50f026a22b675bdebe61c2d185913926fdf8f1c
tree8d4e87902624315f5c203c34da34ac4afa07412d
parentff2886db6a3308c1f4ee0879af497a5d43c33133
Add tst_QEventDispatcher to tests/auto/corelib/kernel

This will test the event dispatcher in corelib for proper timer and
posted event handling. The test makes sure all of the necessary virtual
functions are implemented and working as expected.

This test doesn't test socket notifiers or Win32 event notifiers, as
these are already covered in existing tests.

Change-Id: I5540ffc4e6d7f97bcd6c3725d7e74c0ab9c97015
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
tests/auto/corelib/kernel/kernel.pro
tests/auto/corelib/kernel/qeventdispatcher/qeventdispatcher.pro [new file with mode: 0644]
tests/auto/corelib/kernel/qeventdispatcher/tst_qeventdispatcher.cpp [new file with mode: 0644]