mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
Glob now uses UTF-8 strings and support caseless comparison
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// GlobTest.h
|
||||
//
|
||||
// $Id: //poco/svn/Foundation/testsuite/src/GlobTest.h#2 $
|
||||
// $Id: //poco/1.3/Foundation/testsuite/src/GlobTest.h#2 $
|
||||
//
|
||||
// Definition of the GlobTest class.
|
||||
//
|
||||
@@ -53,6 +53,7 @@ public:
|
||||
void testMatchRange();
|
||||
void testMisc();
|
||||
void testGlob();
|
||||
void testCaseless();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
Reference in New Issue
Block a user