X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=blobdiff_plain;f=xmltoolingtest%2FEncryptionTest.h;h=b70c70f2a45bfafd508ed822a397cc37793da744;hp=e93d1cff2efdf7493be28bf4f55039daeaa2930b;hb=HEAD;hpb=81b488b2790e7bdeb2f43560b1d4a7d22c3dfdf5 diff --git a/xmltoolingtest/EncryptionTest.h b/xmltoolingtest/EncryptionTest.h index e93d1cf..b70c70f 100644 --- a/xmltoolingtest/EncryptionTest.h +++ b/xmltoolingtest/EncryptionTest.h @@ -43,7 +43,7 @@ public: DOMDocument* doc=XMLToolingConfig::getConfig().getParser().parse(in); XercesJanitor janitor(doc); m_resolver = XMLToolingConfig::getConfig().CredentialResolverManager.newPlugin( - FILESYSTEM_CREDENTIAL_RESOLVER,doc->getDocumentElement() + CHAINING_CREDENTIAL_RESOLVER,doc->getDocumentElement() ); XMLObjectBuilder::registerDefaultBuilder(new UnknownElementBuilder()); }