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>2021-09-21 17:50:56 +0300
committerHannah von Reth <vonreth@kde.org>2021-09-22 15:47:46 +0300
commit2091a668fbfab3c5354830f28e1391d43e1978fd (patch)
treec44b51ef99c89e4de1e9ef43ddde2134486fc039 /test
parent7d9e5082b1e5cf501c9e1ad95d1562740c2cb106 (diff)
Improve error handling during vfs setup
Diffstat (limited to 'test')
-rw-r--r--test/testutils/syncenginetestutils.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testutils/syncenginetestutils.cpp b/test/testutils/syncenginetestutils.cpp
index f15515c88..63f44b154 100644
--- a/test/testutils/syncenginetestutils.cpp
+++ b/test/testutils/syncenginetestutils.cpp
@@ -934,7 +934,7 @@ void FakeFolder::switchToVfs(QSharedPointer<OCC::Vfs> vfs)
vfsParams.remotePath = QLatin1Char('/');
vfsParams.account = _account;
vfsParams.journal = _journalDb.get();
- vfsParams.providerName = QStringLiteral("OC-TEST");
+ vfsParams.providerDisplayName = QStringLiteral("OC-TEST");
vfsParams.providerVersion = QStringLiteral("0.1");
QObject::connect(_syncEngine.get(), &QObject::destroyed, vfs.data(), [vfs]() {
vfs->stop();