[Checkins] SVN: gocept.selenium/trunk/plonetesting-plone3.cfg tune buildout

Godefroid Chapelle gotcha at bubblenet.be
Tue Dec 21 12:54:41 EST 2010


Log message for revision 119032:
  tune buildout

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

-=-
Modified: gocept.selenium/trunk/plonetesting-plone3.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-21 15:09:19 UTC (rev 119031)
+++ gocept.selenium/trunk/plonetesting-plone3.cfg	2010-12-21 17:54:41 UTC (rev 119032)
@@ -7,7 +7,6 @@
 find-links = http://download.gocept.com/packages
 versions = versions
 sources-dir = devel
-auto-checkout = 
 
 [sources]
 plone.testing = svn https://svn.plone.org/svn/plone/plone.testing/branches/3.x
@@ -16,8 +15,10 @@
 [versions]
 PILwoTK = 1.1.6.4
 zope.testing = 3.9.5
-zc.buildout=1.5.1
+zc.buildout=1.5.2
 zc.recipe.testrunner=1.3.0
+plone.testing = 3.0a1
+plone.app.testing = 3.0a1
 
 [zope2]
 recipe = plone.recipe.zope2install
@@ -28,11 +29,10 @@
 
 [test]
 recipe = zc.recipe.testrunner
-defaults = ["--ignore_dir=ztk", "--ignore_dir=static", "--tests-pattern=plonetesting3"]
+defaults = ["--ignore_dir=ztk", "--ignore_dir=static", "--ignore_dir=plonetesting4", "--tests-pattern=plonetesting"]
+extra-paths = ${zope2:location}/lib/python
 eggs = ${instance:eggs}
        plone.app.testing
-       vimpdb
-extra-paths = ${zope2:location}/lib/python
 
 [instance]
 recipe = plone.recipe.zope2instance
@@ -41,8 +41,10 @@
 eggs = ${buildout:package}
     Plone
     PILwoTK
+    plone.app.testing
 zcml = gocept.selenium.tests.fixture
 
 [omelette]
 recipe = collective.recipe.omelette
 eggs = ${test:eggs}
+packages = ${zope2:location}/lib/python ./



More information about the checkins mailing list