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
diff options
context:
space:
mode:
Diffstat (limited to 'test/syncenginetestutils.h')
-rw-r--r--test/syncenginetestutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index 549d0092f..bf6f67f96 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -1161,7 +1161,7 @@ public:
OCC::VfsSetupParams vfsParams;
vfsParams.filesystemPath = localPath();
- vfsParams.remotePath = "";
+ vfsParams.remotePath = "/";
vfsParams.account = _account;
vfsParams.journal = _journalDb.get();
vfsParams.providerName = "OC-TEST";