mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Refactor
This commit is contained in:
@@ -516,10 +516,7 @@ void FileTest::testCopyDirectoryFailIfExists()
|
|||||||
std::ofstream ostr2(pf2.toString().c_str());
|
std::ofstream ostr2(pf2.toString().c_str());
|
||||||
ostr2 << "Hello, world!" << std::endl;
|
ostr2 << "Hello, world!" << std::endl;
|
||||||
ostr2.close();
|
ostr2.close();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Path pd2("destination");
|
Path pd2("destination");
|
||||||
File fd2(pd2);
|
File fd2(pd2);
|
||||||
try {
|
try {
|
||||||
|
|||||||
Reference in New Issue
Block a user