qt5base-lts/tests/auto
Timur Pocheptsov 920487bf6b QSslSocket::setSslSonfiguration - set d.configuration properly
We end up with an absurd situation:
QSslConfiguration conf;
//we set CA certs so that on demand loading is disabled:
conf.setCaCertificates({...});
QSslSocket s;
s.setSslConfiguration(conf);
Q_ASSERT(conf == s.sslConfiguration); // this assert fails.

Pick-to: 5.15
Change-Id: I272bed145434082acc6ead95fe3640d222b21131
Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
2020-05-08 18:11:03 +02:00
..
cmake Merge remote-tracking branch 'origin/5.15' into dev 2020-05-05 19:51:50 +02:00
concurrent Add more tests for QtConcurrent::filterReduced() 2020-05-07 15:23:58 +02:00
corelib tst_qstringview: modernize functions in help namespace 2020-05-08 16:53:04 +02:00
dbus Fix autotests after the QHash changes 2020-04-09 20:04:15 +02:00
gui rhi: vulkan: Fix calling finish() twice with some copy commands in-between 2020-05-07 21:15:52 +02:00
guiapplauncher
installed_cmake
network QSslSocket::setSslSonfiguration - set d.configuration properly 2020-05-08 18:11:03 +02:00
opengl Get rid of QT_OPENGL_ES* 2020-04-17 11:50:24 +02:00
other tst_Gestures: fix -Wdangling-else GCC warning 2020-04-29 08:10:36 +00:00
printsupport Regenerate projects one last time before merge 2020-02-12 17:30:49 +00:00
shared
sql QSqlError: Remove deprecated methods 2020-04-06 14:25:12 +02:00
testlib QTest::ignoreMessage(): interpret the message in UTF-8 2020-05-08 09:51:38 +02:00
tools uic/Python: import all the classes for QtCore and QtGui 2020-05-05 22:04:51 +02:00
widgets QComboBox: Remove deprecated auto-completion properties 2020-05-06 09:54:08 +02:00
xml Merge remote-tracking branch 'origin/5.15' into dev 2020-03-16 18:41:27 +01:00
.prev_CMakeLists.txt Re-order the sub-dirs to catch real culprits before things they break 2020-05-05 15:34:15 +02:00
auto.pro Re-order the sub-dirs to catch real culprits before things they break 2020-05-05 15:34:15 +02:00
CMakeLists.txt Re-order the sub-dirs to catch real culprits before things they break 2020-05-05 15:34:15 +02:00
network-settings.h Revert "QAbstractSocket: deprecate 'error' member-function" 2020-02-26 23:07:52 +03:00