[Checkins] SVN: zc.recipe.filestorage/trunk/README.txt - added test to verify that the update() method is present

Christian Theune ct at gocept.com
Sun Jan 7 18:21:53 EST 2007


Log message for revision 71787:
   - added test to verify that the update() method is present
  

Changed:
  U   zc.recipe.filestorage/trunk/README.txt

-=-
Modified: zc.recipe.filestorage/trunk/README.txt
===================================================================
--- zc.recipe.filestorage/trunk/README.txt	2007-01-07 19:58:08 UTC (rev 71786)
+++ zc.recipe.filestorage/trunk/README.txt	2007-01-07 23:21:52 UTC (rev 71787)
@@ -68,6 +68,13 @@
     >>> os.listdir(d)
     ['db']
 
+The update method doesn't do anything, as the database part's directory
+already exists, but it is present, so buildout doesn't complain and doesn't
+accidentally run install() again::
+
+    >>> recipe.update()
+
+
 To do
 -----
 



More information about the Checkins mailing list