From 35fa8aa80295c717946709502fa22d78c3667140 Mon Sep 17 00:00:00 2001 From: hjk Date: Tue, 28 May 2019 16:17:24 +0200 Subject: [PATCH] Fix projectupdater-test.cpp after FileName changes Change-Id: I43974405522facd46a757ba4cf2886128310597c Reviewed-by: Cristian Adam Reviewed-by: Christian Kandeler --- 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 494eed57139..d5da706b556 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.appendPath("project"); + project.rootProjectDirectoryPath.pathAppended("project"); projectPart.project = &project; projectPart.files.push_back(header1ProjectFile); projectPart.files.push_back(header2ProjectFile);