summaryrefslogtreecommitdiffstats
path: root/tests/auto/installer/libarchivearchive
diff options
context:
space:
mode:
authorArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-11-16 10:14:53 +0200
committerArttu Tarkiainen <arttu.tarkiainen@qt.io>2021-12-09 13:48:37 +0200
commit9677cdf762cc2a4d9d99e4f129fca512cf52c0ed (patch)
tree47632f4e67c272f1de72011c6f8732dacb56751f /tests/auto/installer/libarchivearchive
parent8487987c0c32c06fb6dfc225a1ba347894215fb1 (diff)
Libarchive: enable support for uncompressed tar archives
Task-number: QTIFW-2404 Change-Id: I4c62d283d54a1f180f9c3525da0728a1c75ef50e Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'tests/auto/installer/libarchivearchive')
-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";