diff options
author | jaanttil <janne.anttila@digia.com> | 2011-11-11 12:20:52 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-06 13:59:29 (GMT) |
commit | e164baa4a22203361aa5721c8a9fe9c8529345e0 (patch) | |
tree | 50743cbcd5be32802575e576965551bdd253dcb6 /tests/auto/qdiriterator | |
parent | ace551f12e905bec6be53ec3941bbde0f5ecad15 (diff) | |
download | Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.zip Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.tar.gz Qt-e164baa4a22203361aa5721c8a9fe9c8529345e0.tar.bz2 |
Fix 3 autotest build faulures for WinCE
Change-Id: I67af7b1b31be3c6d99abf2344bcfd93fd5f77bf6
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'tests/auto/qdiriterator')
-rw-r--r-- | tests/auto/qdiriterator/tst_qdiriterator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qdiriterator/tst_qdiriterator.cpp b/tests/auto/qdiriterator/tst_qdiriterator.cpp index ce4a3c5..0141660 100644 --- a/tests/auto/qdiriterator/tst_qdiriterator.cpp +++ b/tests/auto/qdiriterator/tst_qdiriterator.cpp @@ -599,7 +599,7 @@ void tst_QDirIterator::qtbug15421_hiddenDirs_hiddenFiles() // a special call since hidden files need to be "marked" while in Unix // anything starting by a '.' is a hidden file. // For that reason this test is not run in Windows. -#if defined Q_OS_WIN || Q_OS_WINCE +#if defined (Q_OS_WIN) || defined (Q_OS_WINCE) QSKIP("To create hidden files a special call is required in Windows.", SkipAll); #else // Only files |