Multi-line svn commit, see body.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / MarshallingTest.h
index a686026..38ddafd 100644 (file)
@@ -66,6 +66,10 @@ public:
         DOMDocument* doc=XMLToolingConfig::getConfig().getParser().parse(fs);
         TS_ASSERT(doc!=NULL);
 
+        string buf;
+        XMLHelper::serialize(rootElement, buf);
+        cout << buf;
+        
         TS_ASSERT(rootElement->isEqualNode(doc->getDocumentElement()));
         doc->release();
     }