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

@@ -53,12 +53,13 @@ public:
void testOpenModeIn();
void testOpenModeOut();
void testOpenModeTrunc();
void testOpenModeAte();
void testOpenModeApp();
void testSeek();
void testOpenModeAte();
void testOpenModeApp();
void testSeek();
void testMultiOpen();
void setUp();
void tearDown();
void setUp();
void tearDown();
static CppUnit::Test* suite();