summaryrefslogtreecommitdiffstats
path: root/tests/auto/gui/text/qzip/tst_qzip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/gui/text/qzip/tst_qzip.cpp')
-rw-r--r--tests/auto/gui/text/qzip/tst_qzip.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/gui/text/qzip/tst_qzip.cpp b/tests/auto/gui/text/qzip/tst_qzip.cpp
index 50e9a0f0ef..c0bf5fef8e 100644
--- a/tests/auto/gui/text/qzip/tst_qzip.cpp
+++ b/tests/auto/gui/text/qzip/tst_qzip.cpp
@@ -50,7 +50,7 @@ void tst_QZip::basicUnpack()
QZipReader::FileInfo fi = files.at(0);
QVERIFY(fi.isValid());
- QCOMPARE(fi.filePath, QString("test/"));
+ QCOMPARE(fi.filePath, QString("test"));
QCOMPARE(uint(fi.isDir), (uint) 1);
QCOMPARE(uint(fi.isFile), (uint) 0);
QCOMPARE(uint(fi.isSymLink), (uint) 0);