[Checkins] SVN: gocept.selenium/trunk/plonetesting-plone Restore development tool parts for plonetesting

Wolfgang Schnerring wosc at wosc.de
Tue Dec 28 03:24:55 EST 2010


Log message for revision 119170:
  Restore development tool parts for plonetesting
  

Changed:
  U   gocept.selenium/trunk/plonetesting-plone3.cfg
  U   gocept.selenium/trunk/plonetesting-plone4.cfg

-=-
Modified: gocept.selenium/trunk/plonetesting-plone3.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-28 08:21:03 UTC (rev 119169)
+++ gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-28 08:24:54 UTC (rev 119170)
@@ -2,7 +2,14 @@
 extends = common.cfg
           common-zope210.cfg
 flavour = [plonetesting, test_plonetesting]
+extension = mr.developer
+sources-dir = devel
+parts += omelette
 
+[sources]
+plone.testing = svn https://svn.plone.org/svn/plone/plone.testing/branches/3.x
+plone.app.testing = svn https://svn.plone.org/svn/plone/plone.app.testing/branches/3.x
+
 [versions]
 zope.testing = 3.9.5
 zc.buildout=1.5.2
@@ -14,3 +21,8 @@
 defaults = ['-s', 'gocept.selenium.plonetesting.tests.plone3',
             '--tests-pattern', 'test_']
 extra-paths = ${zope2:location}/lib/python
+
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${test:eggs}
+packages = ${zope2:location}/lib/python ./

Modified: gocept.selenium/trunk/plonetesting-plone4.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone4.cfg	2010-12-28 08:21:03 UTC (rev 119169)
+++ gocept.selenium/trunk/plonetesting-plone4.cfg	2010-12-28 08:24:54 UTC (rev 119170)
@@ -2,7 +2,14 @@
 extends = common.cfg
           http://dist.plone.org/release/4.0-latest/versions.cfg
 flavour = [plonetesting, test_plonetesting]
+extension = mr.developer
+sources-dir = devel
+parts += omelette
 
+[sources]
+plone.testing = svn https://svn.plone.org/svn/plone/plone.testing/trunk
+plone.app.testing = svn https://svn.plone.org/svn/plone/plone.app.testing/trunk
+
 [versions]
 plone.testing = 4.0a3
 plone.app.testing = 4.0a3
@@ -11,3 +18,6 @@
 defaults = ['-s', 'gocept.selenium.plonetesting.tests.plone4',
             '--tests-pattern', 'test_']
 
+[omelette]
+recipe = collective.recipe.omelette
+eggs = ${test:eggs}



More information about the checkins mailing list