[Checkins] SVN: zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/ fixed some more tests that still assumed a directory was created in the cache for each download

Thomas Lotze tl at gocept.com
Wed Jun 17 00:46:03 EDT 2009


Log message for revision 101089:
  fixed some more tests that still assumed a directory was created in the cache for each download

Changed:
  U   zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/downloadcache.txt
  U   zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/patching.txt

-=-
Modified: zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/downloadcache.txt
===================================================================
--- zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/downloadcache.txt	2009-06-17 04:45:16 UTC (rev 101088)
+++ zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/downloadcache.txt	2009-06-17 04:46:03 UTC (rev 101089)
@@ -154,7 +154,7 @@
 The old cache is left in place:
 
     >>> ls(cache_path)
-    d ...
+    - ...
 
 Installing solely from a download cache
 ---------------------------------------

Modified: zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/patching.txt
===================================================================
--- zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/patching.txt	2009-06-17 04:45:16 UTC (rev 101088)
+++ zc.recipe.cmmi/branches/tlotze-download-api/src/zc/recipe/cmmi/patching.txt	2009-06-17 04:46:03 UTC (rev 101089)
@@ -81,6 +81,6 @@
     >>> import os
     >>> cache_path = os.path.join(cache, 'cmmi')
     >>> ls(cache_path)
-    d ...
-    d ...
+    - ...
+    - ...
 



More information about the Checkins mailing list