mirror of
https://github.com/chylex/Nextcloud-Desktop.git
synced 2025-05-13 17:34:10 +02:00
Changed spelling of "etag".
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
This commit is contained in:
parent
e1979fdb33
commit
267d987895
@ -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"));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user