mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 13:05:51 +03:00
Fix test link with older Qt
This commit is contained in:
parent
c3f745fa76
commit
9c99544e0b
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ private slots:
|
|||
auto conflictRecord = fakeFolder.syncJournal().conflictRecord("A/a1 (conflicted copy 1234)");
|
||||
QVERIFY(conflictRecord.isValid());
|
||||
QCOMPARE(conflictRecord.baseFileId, fakeFolder.remoteModifier().find("A/a1")->fileId);
|
||||
QCOMPARE(conflictRecord.basePath, "A/a1");
|
||||
QCOMPARE(conflictRecord.basePath, QByteArray("A/a1"));
|
||||
|
||||
// Now with server headers
|
||||
QObject parent;
|
||||
|
|
Loading…
Reference in a new issue