[Checkins] SVN: z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py added missing package needed for tests to run

Michael Howitz mh at gocept.com
Tue Nov 24 09:31:12 EST 2009


Log message for revision 105991:
  added missing package needed for tests to run
  

Changed:
  U   z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py

-=-
Modified: z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py
===================================================================
--- z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py	2009-11-24 14:16:12 UTC (rev 105990)
+++ z3c.recipe.paster/trunk/src/z3c/recipe/paster/tests.py	2009-11-24 14:31:11 UTC (rev 105991)
@@ -70,6 +70,7 @@
     zc.buildout.testing.install('zope.size', test)
     zc.buildout.testing.install('zope.testing', test)
     zc.buildout.testing.install('zope.traversing', test)
+    zc.buildout.testing.install('zope.contenttype', test)
     zc.buildout.testing.install_develop('z3c.recipe.paster', test)
 
 



More information about the checkins mailing list