From ce40c84a38cf5b58277c8365de1f6a03640b2ec0 Mon Sep 17 00:00:00 2001 From: hjk Date: Mon, 17 Jun 2019 14:34:37 +0200 Subject: [PATCH] Fix projectupdater unit test Amends 35fa8aa8029. Change-Id: Ic791959c4bce66bf9b8b1b43e60c86268c33a029 Reviewed-by: Marco Bubke --- tests/unit/unittest/projectupdater-test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/unittest/projectupdater-test.cpp b/tests/unit/unittest/projectupdater-test.cpp index 960a2564697..ea1c14dc353 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);