We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aab2f0b commit 9ed79a1Copy full SHA for 9ed79a1
qztest/testjlcompress.cpp
@@ -139,11 +139,11 @@ void TestJlCompress::compressFileOptions()
139
QFETCH(QString, sha256sum_win);
140
QDir curDir;
141
if (curDir.exists(zipName)) {
142
- if (!curDir.remove(zipName))
143
- QFAIL("Can't remove zip file");
+ if (!curDir.remove(zipName))
+ QFAIL("Can't remove zip file");
144
}
145
if (!createTestFiles(QStringList() << fileName)) {
146
- QFAIL("Can't create test file");
+ QFAIL("Can't create test file");
147
148
149
const JlCompress::Options options(dateTime, strategy);
0 commit comments