From 3ff5952daeb209072e784cfe6389355cb2da0663 Mon Sep 17 00:00:00 2001 From: Carlos Manuel Duclos Vergara Date: Thu, 31 Mar 2011 11:58:11 +0200 Subject: 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 --- tests/auto/qdiriterator/tst_qdiriterator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/qdiriterator/tst_qdiriterator.cpp b/tests/auto/qdiriterator/tst_qdiriterator.cpp index 9689bee2f7..3269379ef2 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 { -- cgit v1.2.3