From 15b7c3039a41eab75f5dcabab53de82372d2ecfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Mr=C3=A1zek?= Date: Tue, 9 Jun 2015 23:23:46 +0200 Subject: GH-1060 update tweaks * download to multimc folder hierarchy * use rename, not copy * keep backup after update * clean previous backup before update * it's not 'copy', it's 'replace' --- tests/tst_DownloadTask.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/tst_DownloadTask.cpp b/tests/tst_DownloadTask.cpp index eb58762b..3ff98228 100644 --- a/tests/tst_DownloadTask.cpp +++ b/tests/tst_DownloadTask.cpp @@ -40,7 +40,7 @@ QDebug operator<<(QDebug dbg, const Operation::Type &t) { switch (t) { - case Operation::OP_COPY: + case Operation::OP_REPLACE: dbg << "OP_COPY"; break; case Operation::OP_DELETE: -- cgit v1.2.3