Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2020-12-23 20:52:18 +0300
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>2020-12-28 11:51:56 +0300
commit267d987895bd90530cdfbef1ddbfa86836bc5285 (patch)
tree2f87e4ffa6e0b3f4030f5531eb4fa00b17b373a2 /test
parente1979fdb33a96a36d2e0f2814532f1a1a4668d4c (diff)
Changed spelling of "etag".
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'test')
-rw-r--r--test/testremotediscovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testremotediscovery.cpp b/test/testremotediscovery.cpp
index 9e2ac65d2..3bcf4b3a8 100644
--- a/test/testremotediscovery.cpp
+++ b/test/testremotediscovery.cpp
@@ -167,7 +167,7 @@ private slots:
QCOMPARE(completeSpy.findItem("nofileid")->_instruction, CSYNC_INSTRUCTION_ERROR);
QCOMPARE(completeSpy.findItem("nopermissions")->_instruction, CSYNC_INSTRUCTION_NEW);
QCOMPARE(completeSpy.findItem("nopermissions/A")->_instruction, CSYNC_INSTRUCTION_ERROR);
- QVERIFY(completeSpy.findItem("noetag")->_errorString.contains("etag"));
+ QVERIFY(completeSpy.findItem("noetag")->_errorString.contains("ETag"));
QVERIFY(completeSpy.findItem("nofileid")->_errorString.contains("file id"));
QVERIFY(completeSpy.findItem("nopermissions/A")->_errorString.contains("permissions"));
}