mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-14 23:07:56 +02:00
xml tests fix
This commit is contained in:
@@ -52,12 +52,14 @@ public:
|
||||
void testAttrMapNS();
|
||||
void testElementsByTagName();
|
||||
void testElementsByTagNameNS();
|
||||
void testInnerText();
|
||||
void testChildElement();
|
||||
void testChildElementNS();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
void testInnerText();
|
||||
void testChildElement();
|
||||
void testChildElementNS();
|
||||
void testNodeByPath();
|
||||
void testNodeByPathNS();
|
||||
|
||||
void setUp();
|
||||
void tearDown();
|
||||
|
||||
static CppUnit::Test* suite();
|
||||
|
||||
|
Reference in New Issue
Block a user