From 2f62fbf3659d2988436af84bba211955ed9195b7 Mon Sep 17 00:00:00 2001 From: Scott Cantor Date: Wed, 17 Oct 2007 04:43:25 +0000 Subject: [PATCH] Undo debug code. --- xmltoolingtest/MarshallingTest.h | 4 ---- 1 file changed, 4 deletions(-) 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(); } -- 2.1.4