diff options
author | Zeno Albisser <zeno.albisser@nokia.com> | 2010-04-28 15:20:18 (GMT) |
---|---|---|
committer | Zeno Albisser <zeno.albisser@nokia.com> | 2010-04-29 08:34:17 (GMT) |
commit | 498786a2ab27680b27f8e57b422ff8f32f0c3790 (patch) | |
tree | fcd12422263b39a88671fcdc0f4ae9bc500863b9 /tests/shared | |
parent | 26205fb25ed41b62484fed28b6a66543050f349c (diff) | |
download | Qt-498786a2ab27680b27f8e57b422ff8f32f0c3790.zip Qt-498786a2ab27680b27f8e57b422ff8f32f0c3790.tar.gz Qt-498786a2ab27680b27f8e57b422ff8f32f0c3790.tar.bz2 |
Temporarily disable tests that use createNtfsJunction()
This function uses to/fromWCharArray() which uses wchar_t pointer
in its signature. This currently makes the CI system complain
about unresolved symbols when using vs2005.
Reviewed-by: TrustMe
Diffstat (limited to 'tests/shared')
-rw-r--r-- | tests/shared/filesystem.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/shared/filesystem.h b/tests/shared/filesystem.h index 079a6dc..dad4ef8c 100644 --- a/tests/shared/filesystem.h +++ b/tests/shared/filesystem.h @@ -95,6 +95,8 @@ struct FileSystem } return false; } + +#if 0 #if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) static void createNtfsJunction(QString target, QString linkName) { @@ -148,6 +150,7 @@ struct FileSystem QVERIFY(ioc); } #endif +#endif private: QDir currentDir; |