diff options
Diffstat (limited to 'tests/tst_DownloadTask.cpp')
-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: |