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:
authorChristian Kamm <mail@ckamm.de>2019-01-25 09:46:16 +0300
committerckamm <mail@ckamm.de>2019-02-11 15:35:14 +0300
commitc500866a788b4423e08821bc271ff21e738d55e0 (patch)
treecb245ac560d91d713ec342f239c7eb2804d8b4d0 /test/syncenginetestutils.h
parent63e11dc8dac716ca5f41b6dff9f9ab6c5cacfb9b (diff)
Folder: Add remoteFolderTrailingSlash()
There were cases where the "/" exception wasn't handled correctly and there'd be extra slashes in generated paths.
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";