fixed GH# 128: DOMWriter incorrectly adds SYSTEM keyword to DTD if PUBLIC is already specified

This commit is contained in:
Guenter Obiltschnig
2013-05-24 23:13:03 +02:00
parent e6a24b3101
commit 173f205cb6
3 changed files with 27 additions and 3 deletions

View File

@@ -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();