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:
authorOlivier Goffart <ogoffart@woboq.com>2017-09-28 19:16:10 +0300
committerOlivier Goffart <olivier@woboq.com>2017-09-28 19:38:33 +0300
commit253d197ccbb3edab63257e4bfec07b8591c59678 (patch)
treeb5ebfed989674d34f95960c79b745bf0e92a38e3 /test/syncenginetestutils.h
parent0ceb806f1a075eef8f90c10b26d10410ea5e2228 (diff)
fixup! [tx-robot] updated from transifex
Diffstat (limited to 'test/syncenginetestutils.h')
-rw-r--r--test/syncenginetestutils.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/syncenginetestutils.h b/test/syncenginetestutils.h
index 498ebcb4d..e061de222 100644
--- a/test/syncenginetestutils.h
+++ b/test/syncenginetestutils.h
@@ -750,7 +750,6 @@ protected:
bool isUpload = request.url().path().startsWith(sUploadUrl.path());
FileInfo &info = isUpload ? _uploadFileInfo : _remoteRootFileInfo;
-
auto verb = request.attribute(QNetworkRequest::CustomVerbAttribute);
if (verb == "PROPFIND")
// Ignore outgoingData always returning somethign good enough, works for now.