aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/unittest/projectupdater-test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/unittest/projectupdater-test.cpp')
-rw-r--r--tests/unit/unittest/projectupdater-test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/unittest/projectupdater-test.cpp b/tests/unit/unittest/projectupdater-test.cpp
index c4744148ab..1a5e6ebe0b 100644
--- a/tests/unit/unittest/projectupdater-test.cpp
+++ b/tests/unit/unittest/projectupdater-test.cpp
@@ -89,7 +89,7 @@ protected:
void SetUp() override
{
- project.rootProjectDirectoryPath.pathAppended("project");
+ project.rootProjectDirectoryPath = Utils::FilePath::fromString("project");
projectPart.project = &project;
projectPart.files.push_back(header1ProjectFile);
projectPart.files.push_back(header2ProjectFile);