From 0a43766d4e19528530ee1f33fa64ae5e84040500 Mon Sep 17 00:00:00 2001 From: cantor Date: Wed, 17 Oct 2007 04:43:25 +0000 Subject: [PATCH] Undo debug code. git-svn-id: https://svn.middleware.georgetown.edu/cpp-xmltooling/trunk@401 de75baf8-a10c-0410-a50a-987c0e22f00f --- 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