From 267d987895bd90530cdfbef1ddbfa86836bc5285 Mon Sep 17 00:00:00 2001 From: rakekniven Date: Wed, 23 Dec 2020 18:52:18 +0100 Subject: [PATCH] Changed spelling of "etag". Signed-off-by: rakekniven --- test/testremotediscovery.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); } -- 2.30.2