Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHannah von Reth <hannah.vonreth@owncloud.com>2020-12-01 16:39:15 +0300
committerHannah von Reth <hannah.vonreth@owncloud.com>2020-12-01 16:39:15 +0300
commitb89b7274f6ed88a51265b2f9f2b7f7695bb61de3 (patch)
tree51d53fa4947c4c5a6e7121bad57c1f97dbad4830 /test
parent5d1366ea26482e4396ffb05512fad0a6f9616a1e (diff)
parent12ad099bb9e6a87ea5622f2932deb1df6ab37482 (diff)
Merge remote-tracking branch 'origin/2.7' into master
Diffstat (limited to 'test')
-rw-r--r--test/testfolderman.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/testfolderman.cpp b/test/testfolderman.cpp
index 6e92aa092..feb36d751 100644
--- a/test/testfolderman.cpp
+++ b/test/testfolderman.cpp
@@ -47,6 +47,9 @@ class TestFolderMan: public QObject
private slots:
void testCheckPathValidityForNewFolder()
{
+#ifdef Q_OS_WIN
+ Utility::NtfsPermissionLookupRAII ntfs_perm;
+#endif
QTemporaryDir dir;
ConfigFile::setConfDir(dir.path()); // we don't want to pollute the user's config file
QVERIFY(dir.isValid());