From: rakekniven Date: Wed, 23 Dec 2020 17:52:18 +0000 (+0100) Subject: Changed spelling of "etag". X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~21^2~450^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=267d987895bd90530cdfbef1ddbfa86836bc5285;p=nextcloud-desktop.git Changed spelling of "etag". Signed-off-by: rakekniven --- 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")); }