From 166813cb918ebd029325e12377989bfdc2021074 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Sun, 7 Jun 2015 23:42:22 +0200 Subject: GH-1060 remove some old updater bits and pieces --- tests/tst_DownloadTask.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/tst_DownloadTask.cpp') diff --git a/tests/tst_DownloadTask.cpp b/tests/tst_DownloadTask.cpp index 9482b666..289aa195 100644 --- a/tests/tst_DownloadTask.cpp +++ b/tests/tst_DownloadTask.cpp @@ -46,12 +46,6 @@ QDebug operator<<(QDebug dbg, const Operation::Type &t) case Operation::OP_DELETE: dbg << "OP_DELETE"; break; - case Operation::OP_MOVE: - dbg << "OP_MOVE"; - break; - case Operation::OP_CHMOD: - dbg << "OP_CHMOD"; - break; } return dbg.maybeSpace(); } @@ -199,7 +193,7 @@ slots: OperationList operations; - processFileLists(currentVersion, newVersion, QCoreApplication::applicationDirPath(), tempFolder, new NetJob("Dummy"), operations, false); + processFileLists(currentVersion, newVersion, QCoreApplication::applicationDirPath(), tempFolder, new NetJob("Dummy"), operations); qDebug() << (operations == expectedOperations); qDebug() << operations; qDebug() << expectedOperations; -- cgit v1.2.3