From b9bc7565218180ec2232cd4a9dfdcfa7b50fb0b3 Mon Sep 17 00:00:00 2001 From: Martchus Date: Sat, 11 May 2019 19:01:16 +0200 Subject: [PATCH] Adapt to workingCopyPathMode() removal --- tests/utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/utils.cpp b/tests/utils.cpp index 81384fb..8bbc4a5 100644 --- a/tests/utils.cpp +++ b/tests/utils.cpp @@ -331,7 +331,7 @@ void UtilitiesTests::testBackupFile() TESTUTILS_ASSERT_LIKE("renaming error", "Unable to rename original file before rewriting it: .*"s, string(failure.what())); } backupStream2.clear(); - workingCopyPathMode("bak/unsupported.bin", WorkingCopyMode::NoCopy); + workingCopyPath("bak/unsupported.bin", WorkingCopyMode::NoCopy); createBackupFile("bak", file.path(), backupPath2, file.stream(), backupStream2); CPPUNIT_ASSERT_EQUAL(workingDir + "/bak/unsupported.bin", backupPath2);