Moved ReplayCache into xmltooling
[shibboleth/cpp-opensaml.git] / samltest / samltest.h
index 741a9e0..2e6f5a5 100644 (file)
  */\r
 \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
 #include <cxxtest/GlobalFixture.h>\r
+#include <saml/SAMLConfig.h>\r
+#include <saml/binding/ArtifactMap.h>\r
+#include <xmltooling/util/ReplayCache.h>\r
 \r
 //#define SAML_LEAKCHECK\r
 \r
@@ -33,7 +32,7 @@ public:
         XMLToolingConfig::getConfig().log_config();\r
         if (!SAMLConfig::getConfig().init())\r
             return false;\r
-        SAMLConfig::getConfig().setReplayCache(new ReplayCache());\r
+        XMLToolingConfig::getConfig().setReplayCache(new ReplayCache());\r
         SAMLConfig::getConfig().setArtifactMap(new ArtifactMap());\r
 \r
         if (getenv("SAMLTEST_DATA"))\r