qt5base-lts/tests/auto/corelib/tools/qsharedpointer
Giuseppe D'Angelo 8427ff09ab QSharedPointer: hash autotest fix
The hash autotest is wrong: it assumed that the iterator on the hash
would reach the end after iterating on two elements with identical key.
But three elements were added to that hash, and the third one
can appear after the other two.

That code path is left for the map test only.

Change-Id: I51de7987e2b132b6caff7bb4bac6a57fb7fcb530
Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2012-04-13 17:05:11 +02:00
..
.gitignore Moving relevant tests to corelib/tools 2011-09-01 13:07:23 +02:00
externaltests.cpp tst_qsharedpointer: Fix auto test fail under Windows 7 2012-03-15 11:40:50 +01:00
externaltests.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
externaltests.pri Fixed qsharedpointer unittest to run from installation directory 2012-02-10 03:02:07 +01:00
forwarddeclaration.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
forwarddeclared.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
forwarddeclared.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qsharedpointer.pro tst_qsharedpointer: Fix auto test fail under Windows 7 2012-03-15 11:40:50 +01:00
tst_qsharedpointer.cpp QSharedPointer: hash autotest fix 2012-04-13 17:05:11 +02:00
wrapper.cpp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
wrapper.h Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00