qt5base-lts/tests/auto/network
Marc Mutz 1f8d570d5f Use QStringList::join(QChar) overload where applicable [QtNetwork]
This is an automated change performing the following replacements:
                    join\("(.)"\) -> join('\1')
  join\(QLatin1String\("(.)"\)\)  -> join(QLatin1Char('\1'))
  join\(QStringLiteral\("(.)"\)\) -> join(QLatin1Char('\1'))

Change-Id: I5b75877ba192fa1357e67fee70dff7c0475991e8
Reviewed-by: João Abecasis <joao.abecasis@nokia.com>
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-09-07 18:41:22 +02:00
..
access QtNetwork: Handle FD_CLOSE on Windows 2012-08-01 18:12:34 +02:00
bearer Set the Qt API level to compatibility mode in all tests. 2012-08-01 15:37:46 +02:00
kernel Use QStringList::join(QChar) overload where applicable [QtNetwork] 2012-09-07 18:41:22 +02:00
socket test: Check for null string comparison 2012-09-05 03:03:02 +02:00
ssl Add support for explicit TLS 1.1 and 1.2 2012-08-29 14:22:54 +02:00
network.pro Re-enable network tests on Mac OS. 2012-04-24 16:06:28 +02:00