qt5base-lts/tests/auto/corelib
Jason McDonald ea415e2060 Cleanup corelib autotests.
When using QSignalSpy, always verify that the signal spy is valid.  This
will cause the test to give a meaningful failure when spying on a
non-existant signal.  Without this change, tests that spy on a signal to
ensure that it is not emitted (i.e. by comparing the spy count to zero)
could pass erroneously if something went wrong when creating the signal
spy, as an invalid QSignalSpy will always return a count of zero.

Change-Id: I41f4a63d9f0de9190a86de237662dc96be802446
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
2011-12-28 04:48:11 +01:00
..
animation Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
codecs Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
concurrent Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
global Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
io Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
itemmodels Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
kernel Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
plugin Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
statemachine Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
thread Remove mention of trolltech from QThreadStorage test. 2011-12-28 02:56:08 +01:00
tools Cleanup corelib autotests. 2011-12-28 04:48:11 +01:00
xml Remove TESTED_CLASS/TESTED_FILES comments from tests. 2011-12-06 02:19:25 +01:00
corelib.pro Move QAbstractItemModel into a separate directory. 2011-12-13 02:23:42 +01:00