[Checkins] SVN: grokproject/trunk/tests_paste.txt Add tests for extends-cache.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Mon Apr 19 08:42:28 EDT 2010


Log message for revision 111089:
  Add tests for extends-cache.

Changed:
  U   grokproject/trunk/tests_paste.txt

-=-
Modified: grokproject/trunk/tests_paste.txt
===================================================================
--- grokproject/trunk/tests_paste.txt	2010-04-19 12:17:02 UTC (rev 111088)
+++ grokproject/trunk/tests_paste.txt	2010-04-19 12:42:27 UTC (rev 111089)
@@ -96,6 +96,13 @@
     >>> len(os.listdir(eggsdir)) > 100
     True
 
+The extends-cache directive results in cached versions of the referenced 
+buildout files to support offline building. We know what the filename of the
+cached versions file for 1.1rc1 will look like:
+
+    >>> ls(os.path.join(package_dir, 'cache'))
+    6a3f22ca3d6177f67814aa5ce2d48c62
+
 We used a projectname with uppercase letters. This is respected by
 configuration files::
 
@@ -282,6 +289,9 @@
     extends = http://grok.zope.org/releaseinfo/grok-1.1a2.cfg
     ...
 
+    >>> ls(os.path.join(package_dir, 'cache'))
+    76cda68c4f673d08a52e03fc4a3e0b65
+
 Clean up::
 
     >>> cd(tempdir)



More information about the checkins mailing list