[Checkins] SVN: lovely.responsecache/trunk/src/lovely/responsecache/README.txt added a test to make sure a local memcached server is up and running

Jodok Batlogg jodok.batlogg at lovelysystems.com
Thu Jun 7 14:22:53 EDT 2007


Log message for revision 76472:
  added a test to make sure a local memcached server is up and running

Changed:
  U   lovely.responsecache/trunk/src/lovely/responsecache/README.txt

-=-
Modified: lovely.responsecache/trunk/src/lovely/responsecache/README.txt
===================================================================
--- lovely.responsecache/trunk/src/lovely/responsecache/README.txt	2007-06-07 18:10:59 UTC (rev 76471)
+++ lovely.responsecache/trunk/src/lovely/responsecache/README.txt	2007-06-07 18:22:53 UTC (rev 76472)
@@ -30,7 +30,12 @@
     >>> util.invalidateAll()
     >>> component.provideUtility(util, IMemcachedClient,
     ...     name='responsecache')
+    
+Make sure the local memcached client is running:
 
+    >>> util.getStatistics() != []
+    True
+
 Let us create a simple view and settings view. We have to have a view
 that implements IContentProvider.
 



More information about the Checkins mailing list