Refactored simple content and child-handling into mixin classes.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / ExceptionTest.h
index d681577..70edcf4 100644 (file)
@@ -44,7 +44,6 @@ public:
                 params(1,"OpenSSLCryptoProvider::getRandom - OpenSSL random not properly initialised"));\r
 \r
         string buf=e7.toString();\r
-        TS_TRACE(buf.c_str());\r
         auto_ptr<XMLToolingException> ptr(XMLToolingException::fromString(buf.c_str()));\r
         TS_ASSERT(typeid(*ptr)==typeid(MarshallingException));\r
         TS_ASSERT(!strcmp(ptr->what(),"Foo is a bar."));\r