qt5base-lts/src
David Faure e01b163404 QTestLib: improve output when comparing lists fails.
Only QStringList was handled before, now any QList is handled.
A specialization for QStringList is still needed though, due to the way
template matching works.

Example with QList<int>. Before:
FAIL!  : tst_QTextCodec::threadSafety() Compared values are not the same
   Loc: [../tst_qtextcodec.cpp(2057)]

After:
FAIL!  : tst_QTextCodec::threadSafety() Compared lists differ at index 0.
   Actual   (res2.toList()): '0'
   Expected (mibList): '3'
   Loc: [../tst_qtextcodec.cpp(2057)]

Change-Id: If0fdec3236ddb78a679ee549aba569ef5571c395
Reviewed-by: Jason McDonald <macadder1@gmail.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
2013-01-22 13:29:33 +01:00
..
3rdparty Fix linking ANGLE on MinGW-w64 64-bit 2012-12-20 14:23:57 +01:00
angle Fix linking ANGLE on MinGW-w64 64-bit 2012-12-20 14:23:57 +01:00
concurrent Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
corelib Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6 2013-01-20 22:46:32 +01:00
dbus QtDBus: Garbage collect deleted objects now and then. 2013-01-17 17:39:36 +01:00
gui Remove some dead code. 2013-01-22 09:25:05 +01:00
network Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
opengl Add support for retina glyph-based text drawing in the GL paint-engine 2013-01-21 12:59:33 +01:00
platformsupport Regression: Fix setting of custom cursors for native widgets. 2013-01-21 21:50:45 +01:00
plugins Regression: Fix setting of custom cursors for native widgets. 2013-01-21 21:50:45 +01:00
printsupport Bump Qt version to 5.1.0 2013-01-15 12:45:21 +01:00
sql Merge remote-tracking branch 'origin/stable' into dev 2013-01-16 01:22:45 +01:00
testlib QTestLib: improve output when comparing lists fails. 2013-01-22 13:29:33 +01:00
tools Add support for defining properties from member variables. 2013-01-19 17:36:55 +01:00
widgets Regression: Fix setting of custom cursors for native widgets. 2013-01-21 21:50:45 +01:00
winmain remove some unnecessary CONFIG additions 2012-12-17 14:08:17 +01:00
xml Bump Qt version to 5.1.0 2013-01-15 12:45:21 +01:00
src.pro Add ANGLE as a 3rdparty library to Qt. 2012-10-24 02:29:15 +02:00