X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=samltest%2Fsamltest.h;h=e817f7226ad7f1fc3cfb0b7b646039f0349b5ed1;hb=daea239bdf6d776724c26803bea4ccc5028896e4;hp=a65544b2ee9f9b8c4419c70fa27af48827d1b144;hpb=1ffcb743f90aeb3da11054316f3d005ff7edbf7b;p=shibboleth%2Fcpp-opensaml.git diff --git a/samltest/samltest.h b/samltest/samltest.h index a65544b..e817f72 100644 --- a/samltest/samltest.h +++ b/samltest/samltest.h @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 Internet2 + * Copyright 2001-2007 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -20,6 +20,9 @@ #include #include #include +#include + +using namespace opensaml; //#define SAML_LEAKCHECK @@ -33,6 +36,7 @@ public: if (!SAMLConfig::getConfig().init()) return false; XMLToolingConfig::getConfig().setReplayCache(new ReplayCache()); + XMLToolingConfig::getConfig().setTemplateEngine(new TemplateEngine()); SAMLConfig::getConfig().setArtifactMap(new ArtifactMap()); if (getenv("SAMLTEST_DATA"))