X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Fsignature%2FSAML2AssertionTest.h;h=14fa1a91a47fc7fd4f2aceed857bd0fc239f868d;hb=ad5f7a465e353b82c37148d01253a244de496d20;hp=ea1aed0cb7dc994f93654022fc2f29f47d2a65cd;hpb=ee06cba9f81f8f10b8a05b28cf33fbcc096692ae;p=shibboleth%2Fopensaml2.git diff --git a/samltest/signature/SAML2AssertionTest.h b/samltest/signature/SAML2AssertionTest.h index ea1aed0..14fa1a9 100644 --- a/samltest/signature/SAML2AssertionTest.h +++ b/samltest/signature/SAML2AssertionTest.h @@ -97,7 +97,7 @@ public: assertEquals("Unmarshalled assertion does not match", expectedChildElementsDOM, assertion2.get(), false); try { - SignatureProfileValidator spv; + opensaml::SignatureProfileValidator spv; SignatureValidator sv(new KeyResolver(m_resolver->getKey())); spv.validate(dynamic_cast(assertion2.get())->getSignature()); sv.validate(dynamic_cast(assertion2.get())->getSignature());