1.x Artifact decoder, unit test.
[shibboleth/cpp-opensaml.git] / samltest / samltest.h
index 938f1e8..741a9e0 100644 (file)
@@ -16,6 +16,7 @@
 \r
 #include "internal.h"\r
 #include <saml/SAMLConfig.h>\r
+#include <saml/binding/ArtifactMap.h>\r
 #include <saml/binding/ReplayCache.h>\r
 \r
 #include <fstream>\r
@@ -33,6 +34,7 @@ public:
         if (!SAMLConfig::getConfig().init())\r
             return false;\r
         SAMLConfig::getConfig().setReplayCache(new ReplayCache());\r
+        SAMLConfig::getConfig().setArtifactMap(new ArtifactMap());\r
 \r
         if (getenv("SAMLTEST_DATA"))\r
             data_path=std::string(getenv("SAMLTEST_DATA")) + "/";\r