[Checkins] SVN: zc.buildout/trunk/src/zc/buildout/tests.py Fixed a broken test.

Jim Fulton jim at zope.com
Thu Feb 8 12:30:24 EST 2007


Log message for revision 72466:
  Fixed a broken test.
  

Changed:
  U   zc.buildout/trunk/src/zc/buildout/tests.py

-=-
Modified: zc.buildout/trunk/src/zc/buildout/tests.py
===================================================================
--- zc.buildout/trunk/src/zc/buildout/tests.py	2007-02-08 17:30:21 UTC (rev 72465)
+++ zc.buildout/trunk/src/zc/buildout/tests.py	2007-02-08 17:30:24 UTC (rev 72466)
@@ -1058,6 +1058,8 @@
     buildout: Running setup script recipe/setup.py
     ...
 
+    >>> rmdir('recipe', 'build')
+
 And update our buildout to use it.
 
     >>> write('buildout.cfg',
@@ -1120,7 +1122,7 @@
     zc.buildout.easy_install: Got recipe 2
     buildout: Uninstalling foo
     buildout: Installing foo
-    recipe v1
+    recipe v2
 
 We can also select a particular recipe version:
 



More information about the Checkins mailing list