submitted 1.2.0

This commit is contained in:
Guenter Obiltschnig
2006-08-29 07:10:35 +00:00
parent f476bd6b32
commit 2d4078f392
1428 changed files with 25715 additions and 12456 deletions

View File

@@ -1,7 +1,7 @@
//
// XMLWriterTest.h
//
// $Id: //poco/1.1.0/XML/testsuite/src/XMLWriterTest.h#2 $
// $Id: //poco/1.2/XML/testsuite/src/XMLWriterTest.h#1 $
//
// Definition of the XMLWriterTest class.
//
@@ -36,12 +36,8 @@
#define XMLWriterTest_INCLUDED
#ifndef XML_XML_INCLUDED
#include "XML/XML.h"
#endif
#ifndef CppUnit_TestCase_INCLUDED
#include "Poco/XML/XML.h"
#include "CppUnit/TestCase.h"
#endif
class XMLWriterTest: public CppUnit::TestCase
@@ -76,6 +72,7 @@ public:
void testWellformed();
void testWellformedNested();
void testWellformedNamespace();
void testAttributeNamespaces();
void setUp();
void tearDown();