diff options
author | Petr Mrázek <peterix@gmail.com> | 2015-06-09 23:23:46 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2015-06-09 23:30:28 +0200 |
commit | 15b7c3039a41eab75f5dcabab53de82372d2ecfa (patch) | |
tree | a8d88e39460954372c3f40c409bf20ffb728cb51 /tests | |
parent | 22c5ced5dc162a78876d15d1ac1dd67edcf47b72 (diff) | |
download | MultiMC-15b7c3039a41eab75f5dcabab53de82372d2ecfa.tar MultiMC-15b7c3039a41eab75f5dcabab53de82372d2ecfa.tar.gz MultiMC-15b7c3039a41eab75f5dcabab53de82372d2ecfa.tar.lz MultiMC-15b7c3039a41eab75f5dcabab53de82372d2ecfa.tar.xz MultiMC-15b7c3039a41eab75f5dcabab53de82372d2ecfa.zip |
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'
Diffstat (limited to 'tests')
-rw-r--r-- | tests/tst_DownloadTask.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |