mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-27 11:06:50 +01:00
fix #4005 Poco::Path::getExtension() returns name of the hidden file if no extension is present (#4011)
This commit is contained in:
@@ -42,6 +42,7 @@ public:
|
||||
void testRenameFailIfExists();
|
||||
void testRootDir();
|
||||
void testLongPath();
|
||||
void testUnixFileExtension();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user