Glob now uses UTF-8 strings and support caseless comparison

This commit is contained in:
Guenter Obiltschnig
2009-03-25 13:10:40 +00:00
parent d991074a5c
commit 21ca665427
4 changed files with 124 additions and 19 deletions

View File

@@ -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();