From 7b062bd6af86452ed231009b0c48d663ce93976a Mon Sep 17 00:00:00 2001 From: Niels Weber Date: Thu, 2 May 2013 16:09:59 +0200 Subject: Remove local filetime. This leads to time being wrong by a couple of hours depending on usage of local time vs UTC. This has been deemed acceptable for now. Also skip the test failing because of that difference. Needs to be re-enabled when all time functionality has been rewritten. Change-Id: I23d78371df65878d16e0e428c9fca9387e29a908 Reviewed-by: Kai Koehne Reviewed-by: Tim Jenssen --- tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp index d6945bf68..bae42fed9 100644 --- a/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp +++ b/tests/auto/installer/lib7zfacade/tst_lib7zfacade.cpp @@ -93,6 +93,9 @@ private slots: QVector files = Lib7z::listArchive(&file); QCOMPARE(files.count(), 1); +#ifdef Q_OS_UNIX + QSKIP("This test requires the tme handling to be repaired first.", SkipSingle); +#endif QCOMPARE(files.first(), m_file); } -- cgit v1.2.3