mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 07:14:46 +02:00
changes for 1.2.4
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// ParserWriterTest.h
|
||||
//
|
||||
// $Id: //poco/1.2/XML/testsuite/src/ParserWriterTest.h#1 $
|
||||
// $Id: //poco/1.2/XML/testsuite/src/ParserWriterTest.h#2 $
|
||||
//
|
||||
// Definition of the ParserWriterTest class.
|
||||
//
|
||||
@@ -47,6 +47,7 @@ public:
|
||||
~ParserWriterTest();
|
||||
|
||||
void testParseWriteXHTML();
|
||||
void testParseWriteXHTML2();
|
||||
void testParseWriteWSDL();
|
||||
|
||||
void setUp();
|
||||
@@ -56,6 +57,7 @@ public:
|
||||
|
||||
private:
|
||||
static const std::string XHTML;
|
||||
static const std::string XHTML2;
|
||||
static const std::string WSDL;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user