qt5base-lts/tests/auto/network/access
Shane Kearns 299e7ffd6a Fix QNetworkReply ioGetFromHttpWithCache test case
Expiration date is calculated from max-age header when a response is
inserted into the cache. Because the test case is prepopulating the
cache outside of QNAM's control, the expiration date was uninitialised,
causing the test to fail.

This is due to a 2 year old change in QNAM, where max age calculation was
removed from cache retrieval, and more recent changes to QDateTime
where secsTo() returns 0 if one of the arguments is invalid.

Change-Id: Ieecd46123dde4ca0fd0be3ae79e70e1528ec02bc
Reviewed-by: Martin Petersson <Martin.Petersson@nokia.com>
2012-03-06 18:24:01 +01:00
..
qabstractnetworkcache Changed qabstractnetworkcache unittest to use TESTDATA 2012-02-20 09:36:51 +01:00
qftp Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qhttpnetworkconnection Test for QT_NO_SSL instead of QT_NO_OPENSSL 2012-02-21 15:28:40 +01:00
qhttpnetworkreply Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkaccessmanager Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcachemetadata Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
qnetworkcookie Eliminate duplicate data row names in network autotests 2012-02-16 02:00:46 +01:00
qnetworkcookiejar network cookies: check "example.com" != "example.com." 2012-02-29 17:46:06 +01:00
qnetworkdiskcache Eliminate duplicate data row names in network autotests 2012-02-16 02:00:46 +01:00
qnetworkreply Fix QNetworkReply ioGetFromHttpWithCache test case 2012-03-06 18:24:01 +01:00
qnetworkrequest Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
access.pro Make QFtp private. 2012-01-12 14:38:55 +01:00