Disable caching for tests.
Errietta Kostala [Wed, 28 Jan 2015 16:02:36 +0000 (16:02 +0000)]
stemmaweb_tests.conf

index 5f796e9..c745948 100644 (file)
@@ -5,3 +5,9 @@
     public_cert_url file://__path_to(t/etc/certs)__
     client_id 577442226093-pi2ud795g49ibip78bgfoabhl4kdrguc.apps.googleusercontent.com
 </Authentication::Credential::Google>
+<Plugin::Cache>
+    <backend>
+        default_expires_in now
+        cache_root __path_to(t/var)__
+    </backend>
+</Plugin::Cache>