Settable digest algorithm, enhanced prefix handling in signatures, pending xmlsec...
[shibboleth/cpp-opensaml.git] / samltest / saml2 / binding / SAML2ArtifactTest.h
index b869867..ee5b5f0 100644 (file)
@@ -119,6 +119,7 @@ public:
             SAMLConfig::getConfig().getArtifactMap()->retrieveContent(&artifact, "https://sp.example.org/");\r
         Response* payload = dynamic_cast<Response*>(xmlObject);\r
         TSM_ASSERT("Not a response.", payload!=NULL);\r
+\r
         auto_ptr<ArtifactResponse> response(ArtifactResponseBuilder::buildArtifactResponse());\r
         response->setPayload(payload);\r
         Status* status = StatusBuilder::buildStatus();\r