[Checkins] SVN: CMF.buildout/trunk/buildout.cfg Added a second test runner 'test-zope212' to test compatibility with Zope 2.12.

Hanno Schlichting hannosch at hannosch.eu
Sun Dec 27 10:24:40 EST 2009


Log message for revision 107174:
  Added a second test runner 'test-zope212' to test compatibility with Zope 2.12.
  

Changed:
  U   CMF.buildout/trunk/buildout.cfg

-=-
Modified: CMF.buildout/trunk/buildout.cfg
===================================================================
--- CMF.buildout/trunk/buildout.cfg	2009-12-27 14:09:08 UTC (rev 107173)
+++ CMF.buildout/trunk/buildout.cfg	2009-12-27 15:24:40 UTC (rev 107174)
@@ -7,6 +7,7 @@
     instance
     zopepy
     test
+    test-zope212
     i18n-cmfcalendar
     i18n-cmfdefault
 eggs =
@@ -56,6 +57,14 @@
 eggs = ${buildout:eggs}
 defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
 
+[test-zope212]
+recipe = zc.recipe.testrunner
+index = http://download.zope.org/Zope2/index/2.12.2/
+eggs =
+    Zope2 == 2.12.2
+    ${buildout:eggs}
+defaults = ['--module', '^Products[.](CMF|DC|GenericSetup)|^five[.]']
+
 [i18n-cmfcalendar]
 recipe = z3c.recipe.i18n:i18n
 eggs =



More information about the checkins mailing list