From c500866a788b4423e08821bc271ff21e738d55e0 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Fri, 25 Jan 2019 07:46:16 +0100 Subject: Folder: Add remoteFolderTrailingSlash() There were cases where the "/" exception wasn't handled correctly and there'd be extra slashes in generated paths. --- test/syncenginetestutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/syncenginetestutils.h') 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"; -- cgit v1.2.3