Apparently this (undocumented) TESTDATA feature creates resource files,
but lets you use wildcards as well, which is very handy.
The reason I didn't know/realize this when adapting the tests to use a
".qrc"-file* was because some of the test-cases were using relative
paths instead of the 'testDataDir' variable.
This commit fixes the remaining uses of relative paths, removes a
usage of QDir::setCurrent, and adapts QSslSocket to use TESTDATA.
* in now-reverted commit
|
||
|---|---|---|
| .. | ||
| keys | ||
| .gitignore | ||
| BLACKLIST | ||
| qsslkey.pro | ||
| rsa-with-passphrase-3des.pem | ||
| rsa-with-passphrase-des.pem | ||
| rsa-with-passphrase-rc2.pem | ||
| rsa-without-passphrase.pem | ||
| tst_qsslkey.cpp | ||