[cpp-opensaml COMMIT] /branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h

noreply at shibboleth.net noreply at shibboleth.net
Wed Feb 1 20:35:28 GMT 2012


Author: scantor
Date: Wed Feb  1 20:35:27 2012
New Revision: 702

URL: http://svn.shibboleth.net/view/cpp-opensaml?rev=702&view=rev
Log:
Fix test case reference to Status

Modified:
    branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h

Modified: branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h
URL: http://svn.shibboleth.net/view/cpp-opensaml/branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h?rev=702&r1=701&r2=702&view=diff
==============================================================================
--- branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h (original)
+++ branches/REL_2/samltest/saml1/binding/SAML1ArtifactTest.h Wed Feb  1 20:35:27 2012
@@ -133,7 +133,7 @@
         TSM_ASSERT("Not an assertion.", assertion!=nullptr);
         auto_ptr<Response> response(ResponseBuilder::buildResponse());
         response->getAssertions().push_back(assertion);
-        Status* status = StatusBuilder::buildStatus();
+        saml1p::Status* status = StatusBuilder::buildStatus();
         response->setStatus(status);
         StatusCode* sc = StatusCodeBuilder::buildStatusCode();
         status->setStatusCode(sc);



More information about the commits mailing list