From 1eab6cfd1fcc496219e76ea39ca47c4408c9cc3a Mon Sep 17 00:00:00 2001 From: Jan Kevin Dick Date: Mon, 18 Nov 2019 13:34:02 +0100 Subject: [PATCH] Refactor --- Foundation/testsuite/src/FileTest.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Foundation/testsuite/src/FileTest.cpp b/Foundation/testsuite/src/FileTest.cpp index 76ca31ac2..9874cbe6c 100644 --- a/Foundation/testsuite/src/FileTest.cpp +++ b/Foundation/testsuite/src/FileTest.cpp @@ -516,10 +516,7 @@ void FileTest::testCopyDirectoryFailIfExists() std::ofstream ostr2(pf2.toString().c_str()); ostr2 << "Hello, world!" << std::endl; ostr2.close(); - - - - + Path pd2("destination"); File fd2(pd2); try {