[Checkins] SVN: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py install zope.contenttype during testing

Christian Zagrodnick cz at gocept.com
Wed Dec 2 03:57:18 EST 2009


Log message for revision 106159:
  install zope.contenttype during testing 
  

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

-=-
Modified: z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py
===================================================================
--- z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2009-12-02 08:56:57 UTC (rev 106158)
+++ z3c.recipe.i18n/trunk/src/z3c/recipe/i18n/tests.py	2009-12-02 08:57:18 UTC (rev 106159)
@@ -48,6 +48,7 @@
     zc.buildout.testing.install('zope.componentvocabulary', test)
     zc.buildout.testing.install('zope.configuration', test)
     zc.buildout.testing.install('zope.container', test)
+    zc.buildout.testing.install('zope.contenttype', test)
     zc.buildout.testing.install('zope.copy', test)
     zc.buildout.testing.install('zope.copypastemove', test)
     zc.buildout.testing.install('zope.datetime', test)



More information about the checkins mailing list