Multi-line svn commit, see body.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / MarshallingTest.h
index 139b27d..38ddafd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2001-2005 Internet2
+ *  Copyright 2001-2007 Internet2
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -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();
     }