summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-06-23 12:09:55 +0200
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2015-06-23 10:30:57 +0000
commit65a5d4d33c7dcb27ce99ce59535733a28991c544 (patch)
tree1adf04729140e3ceca7ae159b9adba2851f6d4ea /tests
parent94df4a43b671bff1ca3f31fff16c335ab12e6640 (diff)
Follow description on MSDN to implement time utils.
Task-number: QTIFW-445 Change-Id: I8c3bc221f57043cc876f1927edf0d591303b5687 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
index c4f6f4e3c..5cd9f32d3 100644
--- a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
+++ b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp
@@ -90,9 +90,6 @@ private slots:
QVector<Lib7z::File> files = Lib7z::listArchive(&file);
QCOMPARE(files.count(), 1);
-#ifdef Q_OS_UNIX
- QSKIP("This test requires the time handling to be repaired first.");
-#endif
QCOMPARE(files.first(), m_file);
} catch (...) {
QFAIL("Unexpected error during list archive.");