projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd44d8e
)
fixup! [tx-robot] updated from transifex
author
Olivier Goffart
<ogoffart@woboq.com>
Thu, 28 Sep 2017 16:16:10 +0000
(18:16 +0200)
committer
Roeland Jago Douma
<roeland@famdouma.nl>
Thu, 5 Oct 2017 20:01:38 +0000
(22:01 +0200)
test/syncenginetestutils.h
patch
|
blob
|
history
diff --git
a/test/syncenginetestutils.h
b/test/syncenginetestutils.h
index 498ebcb4de2d77c9e3059131fe5988d8f7182c79..e061de222fbeb87d31cf000139085391be489336 100644
(file)
--- 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.