trunk/branch integration: unit test integration

This commit is contained in:
Marian Krivos
2011-08-23 09:16:33 +00:00
parent fd733bcca4
commit 53eff41df8
48 changed files with 1939 additions and 697 deletions

View File

@@ -51,12 +51,13 @@ public:
void testMatchQM();
void testMatchAsterisk();
void testMatchRange();
void testMisc();
void testGlob();
void testCaseless();
void testMisc();
void testGlob();
void testCaseless();
void testMatchEmptyPattern();
void setUp();
void tearDown();
void setUp();
void tearDown();
static CppUnit::Test* suite();