Added ValidatorSuite around groups of static validators.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / EncryptionTest.h
index cff6670..154f8d0 100644 (file)
@@ -102,7 +102,7 @@ public:
             Decrypter decrypter(new KeyResolver(m_key->clone()));\r
             DOMDocumentFragment* frag = decrypter.decryptData(encData2.get());\r
             XMLHelper::serialize(static_cast<DOMElement*>(frag->getFirstChild()), buf);\r
-            TS_TRACE(buf.c_str());\r
+            //TS_TRACE(buf.c_str());\r
             TS_ASSERT(doc->getDocumentElement()->isEqualNode(frag->getFirstChild()));\r
             frag->release();\r
             doc->release();\r