qt5base-lts/tests/auto/network/ssl/qsslcertificate
Martin Petersson 6c59cdecee QSslCertificate::fromPath fix wildcard handling
The reqExp used to handle wildcards in the path was broken. So we
always searched the working directory and not the specified path.
Autotest where passing because of a hack used for Windows paths
where we removed the first two chars in the path string.

This fix will not use nativeSeparators thus removing the Windows hack
and fix the regExp to match wildcard chars.

Task-number: QTBUG-23573
Change-Id: I56fadbb67f25b8ce9c0f17cb6232e0bdb9148b1c
Reviewed-by: Shane Kearns <shane.kearns@accenture.com>
2012-07-03 01:09:33 +02:00
..
certificates Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
more-certificates Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
verify-certs Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
.gitignore Moved network autotests into new directory structure 2011-09-09 09:32:17 +02:00
qsslcertificate.pro Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
tst_qsslcertificate.cpp QSslCertificate::fromPath fix wildcard handling 2012-07-03 01:09:33 +02:00