qt5base-lts/tests/auto/corelib
David Faure 1af4916e11 QTime: restore Qt3 compatibility in the QDataStream operators
A Qt5 program writing a null QTime() using setVersion(QDataStream::Qt_3_3),
and then a Qt3 program reading that, would lead to a weird QTime,
with isNull=false, isValid=false, hour=1193, minute=2, second=47, ms=295.

This commit restores interoperability, by writing out the expected value
(0) for a null QTime rather than the -1 value used by Qt4 and Qt5.

Change-Id: Icde468a8f6fc9434ef7018296725819b44d672af
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-07-02 08:13:44 +00:00
..
animation Extend tst_QPauseAnimation::pauseAndPropertyAnimations blacklist 2015-06-20 15:25:58 +00:00
codecs Fix utf8->utf16 BOM/ZWNBSP decoding. 2015-12-21 09:56:49 +00:00
global Fix qSetMessagePattern to have many time/backtrace parts 2016-03-25 11:03:43 +00:00
io QTime: restore Qt3 compatibility in the QDataStream operators 2016-07-02 08:13:44 +00:00
itemmodels tst_QItemModel: Use a QTemporaryDir for test data of QDirModel. 2015-11-27 22:50:26 +00:00
json Update testdata 2016-02-17 04:50:50 +00:00
kernel Fix crash when connecting a non-PMF with Qt::UniqueConnection... 2016-05-30 00:19:39 +00:00
mimetypes QMimeDatabase: fix mimeTypeForUrl for mailto URLs 2016-04-23 08:44:45 +00:00
plugin Fix qplugin autotest on Windows 2016-06-08 19:40:29 +00:00
statemachine Merge remote-tracking branch 'origin/5.5' into 5.6 2016-01-19 10:03:01 +01:00
thread tst_QAtomicInteger: fix UBs (signed overflow) 2016-03-24 16:16:15 +00:00
tools Fix parsing of tzfile(5) POSIX rule zone names with bracket quotes 2016-05-24 19:31:40 +00:00
xml Add support for 8bit encodings not ASCII compatible in QXMLStreamWriter. 2016-06-08 18:50:25 +00:00
corelib.pro iOS: Enable building of basic tests 2014-01-22 12:35:17 +01:00