diff options
author | Zeno Albisser <zeno.albisser@nokia.com> | 2010-05-04 12:10:46 (GMT) |
---|---|---|
committer | Zeno Albisser <zeno.albisser@nokia.com> | 2010-05-04 12:10:46 (GMT) |
commit | 1cfc49a59eaa54fa8060530e585052d41fd58cad (patch) | |
tree | b047be2149a7d7d50f676cb9c62ffcb682620e4d /tests/shared/filesystem.h | |
parent | a30b5ebbbcc4af0b82894edf4e026d4aea25bd95 (diff) | |
download | Qt-1cfc49a59eaa54fa8060530e585052d41fd58cad.zip Qt-1cfc49a59eaa54fa8060530e585052d41fd58cad.tar.gz Qt-1cfc49a59eaa54fa8060530e585052d41fd58cad.tar.bz2 |
Revert "Temporarily disable tests that use createNtfsJunction()"
This reverts commit 498786a2ab27680b27f8e57b422ff8f32f0c3790.
Diffstat (limited to 'tests/shared/filesystem.h')
-rw-r--r-- | tests/shared/filesystem.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/shared/filesystem.h b/tests/shared/filesystem.h index dad4ef8c..079a6dc 100644 --- a/tests/shared/filesystem.h +++ b/tests/shared/filesystem.h @@ -95,8 +95,6 @@ struct FileSystem } return false; } - -#if 0 #if defined(Q_OS_WIN) && !defined(Q_OS_WINCE) static void createNtfsJunction(QString target, QString linkName) { @@ -150,7 +148,6 @@ struct FileSystem QVERIFY(ioc); } #endif -#endif private: QDir currentDir; |