Added built-in ID attribute support to base classes.
[shibboleth/cpp-xmltooling.git] / xmltoolingtest / InlineKeyResolverTest.h
index 5010fde..0a23779 100644 (file)
@@ -17,6 +17,7 @@
 #include "XMLObjectBaseTestCase.h"\r
 \r
 #include <fstream>\r
+#include <xmltooling/signature/KeyInfo.h>\r
 #include <xmltooling/signature/KeyResolver.h>\r
 \r
 using namespace xmlsignature;\r
@@ -56,7 +57,7 @@ public:
         auto_ptr<XSECCryptoX509CRL> crl(m_resolver->resolveCRL(kiObject.get()));\r
         TSM_ASSERT("Unable to resolve CRL.", crl.get()!=NULL);\r
 \r
-        vector<XSECCryptoX509*> certs;\r
+        KeyResolver::ResolvedCertificates certs;\r
         TSM_ASSERT_EQUALS("Wrong certificate count.", m_resolver->resolveCertificates(kiObject.get(), certs), 1);\r
     }\r
 };\r