X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-opensaml.git;a=blobdiff_plain;f=samltest%2Fsignature%2FSAML1ResponseTest.h;h=5f0796718052425e88264ce7c3fdb1cebfea1f2a;hp=2eac008c897b864bfe7772dacbc94500382afee6;hb=0beb48ce00d0b6a3f177f7d9b48af1870ee92190;hpb=6056cca67278d65c4343928e4ceaebd1d6f04920 diff --git a/samltest/signature/SAML1ResponseTest.h b/samltest/signature/SAML1ResponseTest.h index 2eac008..5f07967 100644 --- a/samltest/signature/SAML1ResponseTest.h +++ b/samltest/signature/SAML1ResponseTest.h @@ -119,7 +119,7 @@ public: assertEquals("Unmarshalled response does not match", expectedChildElementsDOM, response2.get(), false); try { - SignatureProfileValidator spv; + opensaml::SignatureProfileValidator spv; spv.validate(dynamic_cast(response2.get())->getAssertions().front()->getSignature()); spv.validate(dynamic_cast(response2.get())->getSignature());