mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 12:18:01 +01:00
Refactor
This commit is contained in:
@@ -517,9 +517,6 @@ void FileTest::testCopyDirectoryFailIfExists()
|
|||||||
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