summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp')
-rw-r--r--tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp b/tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp
index 6b6eccbe4..1af5023e1 100644
--- a/tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp
+++ b/tests/auto/installer/libarchivearchive/tst_libarchivearchive.cpp
@@ -252,6 +252,7 @@ private:
{
QTest::addColumn<QString>("suffix");
QTest::newRow("ZIP archive") << ".zip";
+ QTest::newRow("uncompressed tar archive") << ".tar";
QTest::newRow("gzip compressed tar archive") << ".tar.gz";
QTest::newRow("bzip2 compressed tar archive") << ".tar.bz2";
QTest::newRow("xz compressed tar archive") << ".tar.xz";