mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 11:31:53 +01:00
fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// XMLWriterTest.h
|
||||
//
|
||||
// $Id: //poco/1.4/XML/testsuite/src/XMLWriterTest.h#1 $
|
||||
// $Id: //poco/1.4/XML/testsuite/src/XMLWriterTest.h#2 $
|
||||
//
|
||||
// Definition of the XMLWriterTest class.
|
||||
//
|
||||
@@ -54,6 +54,7 @@ public:
|
||||
void testTrivialFragmentPretty();
|
||||
void testDTDPretty();
|
||||
void testDTD();
|
||||
void testDTDPublic();
|
||||
void testDTDNotation();
|
||||
void testDTDEntity();
|
||||
void testAttributes();
|
||||
|
||||
Reference in New Issue
Block a user