mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
submitted 1.2.0
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user