mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-29 04:17:55 +01:00
merge XMLStreamParser from develop
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#include "XMLWriterTest.h"
|
||||
#include "SAXTestSuite.h"
|
||||
#include "DOMTestSuite.h"
|
||||
|
||||
#include "XMLStreamParserTest.h"
|
||||
|
||||
CppUnit::Test* XMLTestSuite::suite()
|
||||
{
|
||||
@@ -25,6 +25,7 @@ CppUnit::Test* XMLTestSuite::suite()
|
||||
pSuite->addTest(XMLWriterTest::suite());
|
||||
pSuite->addTest(SAXTestSuite::suite());
|
||||
pSuite->addTest(DOMTestSuite::suite());
|
||||
pSuite->addTest(XMLStreamParserTest::suite());
|
||||
|
||||
return pSuite;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user