Remove temp file after testing.
This commit is contained in:
parent
afc0907a05
commit
600aba290f
1 changed files with 2 additions and 0 deletions
|
@ -524,4 +524,6 @@ void TestQuaZipFile::largeFile()
|
|||
QCOMPARE(fakeLargeZip.getFileInfoList().size(), numFiles);
|
||||
QCOMPARE(fakeLargeZip.getFileInfoList()[0].uncompressedSize,
|
||||
static_cast<quint32>(0));
|
||||
fakeLargeZip.close();
|
||||
curDir.remove("tmp/large.zip");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue