diff options
author | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2011-03-31 09:58:11 (GMT) |
---|---|---|
committer | Carlos Manuel Duclos Vergara <carlos.duclos@nokia.com> | 2011-03-31 10:02:10 (GMT) |
commit | 3ff5952daeb209072e784cfe6389355cb2da0663 (patch) | |
tree | 73cb3bd45a01f60737d157447b73289590374241 /tests/auto | |
parent | 0c4ed66e87ef6f76d5b0d67905b587c31ad03a18 (diff) | |
download | Qt-3ff5952daeb209072e784cfe6389355cb2da0663.zip Qt-3ff5952daeb209072e784cfe6389355cb2da0663.tar.gz Qt-3ff5952daeb209072e784cfe6389355cb2da0663.tar.bz2 |
Compilation break in MSVC2008 and MSVC2005
QSKIP requires two arguments in those compilers.
Continuation of the fix to QTBUG-15421.
Task-number: QTBUG-15421
Reviewed-by: Prasanth
Diffstat (limited to 'tests/auto')
-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 9689bee..3269379 100644 --- a/tests/auto/qdiriterator/tst_qdiriterator.cpp +++ b/tests/auto/qdiriterator/tst_qdiriterator.cpp @@ -554,7 +554,7 @@ void tst_QDirIterator::qtbug15421_hiddenDirs_hiddenFiles() // 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 - QSKIP("To create hidden files a special call is required in Windows."); + QSKIP("To create hidden files a special call is required in Windows.", SkipAll); #else // Only files { |