X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Fsamltest.h;h=2e6f5a5048fa5a1daa72fe773e99f532274217ca;hb=90ade2861c4d44e13d4d0013034fbd66cd294069;hp=741a9e047da0aeb370cde8c703b5565c546ad72e;hpb=6ab457e2f63d1e0698d0ece6b171043f601b3677;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/samltest.h b/samltest/samltest.h index 741a9e0..2e6f5a5 100644 --- a/samltest/samltest.h +++ b/samltest/samltest.h @@ -15,12 +15,11 @@ */ #include "internal.h" -#include -#include -#include - #include #include +#include +#include +#include //#define SAML_LEAKCHECK @@ -33,7 +32,7 @@ public: XMLToolingConfig::getConfig().log_config(); if (!SAMLConfig::getConfig().init()) return false; - SAMLConfig::getConfig().setReplayCache(new ReplayCache()); + XMLToolingConfig::getConfig().setReplayCache(new ReplayCache()); SAMLConfig::getConfig().setArtifactMap(new ArtifactMap()); if (getenv("SAMLTEST_DATA"))