bugfixes for upcoming 1.2.2 release

This commit is contained in:
Guenter Obiltschnig
2006-08-31 09:33:39 +00:00
parent 7dc7c657f3
commit 81ddac4ead
8 changed files with 74 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
//
// MultipartReaderTest.h
//
// $Id: //poco/1.2/Net/testsuite/src/MultipartReaderTest.h#1 $
// $Id: //poco/1.2/Net/testsuite/src/MultipartReaderTest.h#2 $
//
// Definition of the MultipartReaderTest class.
//
@@ -54,6 +54,7 @@ public:
void testPreamble();
void testBadBoundary();
void testRobustness();
void testUnixLineEnds();
void setUp();
void tearDown();