From e7a0c1b6d07483f6c82fd3ab637638768660573e Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 12 Jul 2017 10:09:04 +0200 Subject: [PATCH] SyncEngineTest: _size now correct for uploads #5855 --- test/testsyncengine.cpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/testsyncengine.cpp b/test/testsyncengine.cpp index 8835bd575..cfac432f9 100644 --- a/test/testsyncengine.cpp +++ b/test/testsyncengine.cpp @@ -438,9 +438,7 @@ private slots: QVERIFY(a1); QCOMPARE(a1->_instruction, CSYNC_INSTRUCTION_SYNC); QCOMPARE(a1->_direction, SyncFileItem::Up); - - // NOTE: This is currently a bug! #5855 - //QCOMPARE(a1->_size, quint64(5)); + QCOMPARE(a1->_size, quint64(5)); QCOMPARE(Utility::qDateTimeFromTime_t(a1->_modtime), changedMtime); QCOMPARE(a1->log._other_size, quint64(4)); -- 2.39.5