summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/archivefactory/tst_archivefactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/archivefactory/tst_archivefactory.cpp')
-rw-r--r--tests/auto/installer/archivefactory/tst_archivefactory.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/installer/archivefactory/tst_archivefactory.cpp b/tests/auto/installer/archivefactory/tst_archivefactory.cpp
index 91301898d..a00f8c815 100644
--- a/tests/auto/installer/archivefactory/tst_archivefactory.cpp
+++ b/tests/auto/installer/archivefactory/tst_archivefactory.cpp
@@ -90,10 +90,10 @@ private slots:
#ifdef IFW_LIBARCHIVE
QTest::newRow("LibArchive")
<< "LibArchive" << "myfile.zip"
- << (QStringList() << "tar" << "tar.gz" << "tar.bz2" << "tar.xz" << "zip" << "7z");
+ << (QStringList() << "tar" << "tar.gz" << "tar.bz2" << "tar.xz" << "zip" << "7z" << "qbsp");
#else
QTest::newRow("Lib7z")
- << "Lib7z" << "myfile.7z" << (QStringList() << "7z");
+ << "Lib7z" << "myfile.7z" << (QStringList() << "7z" << "qbsp");
#endif
}