Include cache layer in init step, to avoid warnings about replay checking.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 2 Oct 2009 16:47:54 +0000 (16:47 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 2 Oct 2009 16:47:54 +0000 (16:47 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/branches/REL_2@3129 cb58f699-b61c-0410-a6fe-9272a202ed29

util/resolvertest.cpp

index 6fe35e2..c9d98ac 100644 (file)
@@ -160,7 +160,8 @@ int main(int argc,char* argv[])
         SPConfig::Trust |
         SPConfig::AttributeResolution |
         SPConfig::Credentials |
-        SPConfig::OutOfProcess
+        SPConfig::OutOfProcess |
+        SPConfig::Caching
         );
     if (!conf.init())
         return -1;