synced with main repository

This commit is contained in:
Guenter Obiltschnig
2008-01-28 17:26:21 +00:00
parent da49971d0f
commit 239471d354
199 changed files with 316 additions and 208 deletions

View File

@@ -1,7 +1,7 @@
//
// XMLWriterTest.h
//
// $Id: //poco/Main/XML/testsuite/src/XMLWriterTest.h#9 $
// $Id: //poco/svn/XML/testsuite/src/XMLWriterTest.h#2 $
//
// Definition of the XMLWriterTest class.
//
@@ -57,10 +57,13 @@ public:
void testDTDEntity();
void testAttributes();
void testData();
void testEmptyData();
void testDataPretty();
void testEmptyDataPretty();
void testComment();
void testPI();
void testCharacters();
void testEmptyCharacters();
void testCDATA();
void testRawCharacters();
void testDefaultNamespace();
@@ -73,6 +76,7 @@ public:
void testWellformedNested();
void testWellformedNamespace();
void testAttributeNamespaces();
void testEmpty();
void setUp();
void tearDown();