summaryrefslogtreecommitdiffstats
path: root/tests/tst_DownloadTask.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tst_DownloadTask.cpp')
-rw-r--r--tests/tst_DownloadTask.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/tst_DownloadTask.cpp b/tests/tst_DownloadTask.cpp
index 3ff98228..978449f1 100644
--- a/tests/tst_DownloadTask.cpp
+++ b/tests/tst_DownloadTask.cpp
@@ -6,7 +6,7 @@
#include "updater/GoUpdate.h"
#include "updater/DownloadTask.h"
#include "updater/UpdateChecker.h"
-#include "pathutils.h"
+#include <FileSystem.h>
using namespace GoUpdate;
@@ -166,7 +166,7 @@ slots:
<< (OperationList()
<< Operation::DeleteOp("tests/data/fileThree")
<< Operation::CopyOp(
- PathCombine(tempFolder,
+ FS::PathCombine(tempFolder,
QString("tests/data/fileOne").replace("/", "_")),
"tests/data/fileOne", 493));
}