X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=xmltoolingtest%2FMarshallingTest.h;h=a68602668f91fdfffe41bbeff54301f732ebd142;hb=fb673503b7151495e58fcb056d9eb070ed761171;hp=38ddafdbe521f5d6342a6ca637889e38a346c344;hpb=eee7b43b039e9fb920fd5c8a94d7934147701f40;p=shibboleth%2Fcpp-xmltooling.git diff --git a/xmltoolingtest/MarshallingTest.h b/xmltoolingtest/MarshallingTest.h index 38ddafd..a686026 100644 --- a/xmltoolingtest/MarshallingTest.h +++ b/xmltoolingtest/MarshallingTest.h @@ -66,10 +66,6 @@ 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(); }