Changed spelling of "etag".
authorrakekniven <mark.ziegler@rakekniven.de>
Wed, 23 Dec 2020 17:52:18 +0000 (18:52 +0100)
committerKevin Ottens (Rebase PR Action) <er-vin@users.noreply.github.com>
Mon, 28 Dec 2020 08:51:56 +0000 (08:51 +0000)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
test/testremotediscovery.cpp

index 9e2ac65d2cb7243fbe88e2a6594cb840290e3d2f..3bcf4b3a8d9a41631a2ff441f3571cb4944d94d7 100644 (file)
@@ -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"));
     }