summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2019-06-17 14:34:37 +0200
committerhjk <hjk@qt.io>2019-06-17 12:44:42 +0000
commitce40c84a38cf5b58277c8365de1f6a03640b2ec0 (patch)
tree19ad6d9c09531a7a658b57b5d3fd50f773c9d578
parent300feced2079b291ef107d0015bcf1f88e9e0eaf (diff)
downloadqt-creator-ce40c84a38cf5b58277c8365de1f6a03640b2ec0.tar.gz
Fix projectupdater unit test
Amends 35fa8aa8029. Change-Id: Ic791959c4bce66bf9b8b1b43e60c86268c33a029 Reviewed-by: Marco Bubke <marco.bubke@qt.io>
-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 960a256469..ea1c14dc35 100644
--- a/tests/unit/unittest/projectupdater-test.cpp
+++ b/tests/unit/unittest/projectupdater-test.cpp
@@ -86,7 +86,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);