Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2020-02-06 13:04:04 +0300
committerOlivier Goffart <olivier@woboq.com>2020-02-10 17:15:15 +0300
commita6f1a976a64ed837129a4e47d3b2b7138da9ce8e (patch)
tree08d5a58b8161d9908152d6e03b89aa4d2dc11193 /test
parentaaa51e203d80c96230cc83631d303276456a3d20 (diff)
fixup test
Diffstat (limited to 'test')
-rw-r--r--test/testsyncmove.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testsyncmove.cpp b/test/testsyncmove.cpp
index 51c60afda..9a503be29 100644
--- a/test/testsyncmove.cpp
+++ b/test/testsyncmove.cpp
@@ -833,7 +833,6 @@ private slots:
QVERIFY(fakeFolder.currentRemoteState().find("C/b1"));
QVERIFY(fakeFolder.currentRemoteState().find("A/b2"));
QVERIFY(fakeFolder.currentRemoteState().find("C/b2"));
- qDebug() << counter.nMOVE << counter.nDELETE << counter.nGET << counter.nPUT;
QCOMPARE(counter.nMOVE, 0); // Unfortunately, we can't really make a move in this case
QCOMPARE(counter.nGET, 2);
QCOMPARE(counter.nPUT, 2);