[Checkins] SVN: gocept.selenium/trunk/plone Remove instance parts, they should not be needed here

Wolfgang Schnerring wosc at wosc.de
Mon Dec 27 05:06:28 EST 2010


Log message for revision 119151:
  Remove instance parts, they should not be needed here
  

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

-=-
Modified: gocept.selenium/trunk/plone4.cfg
===================================================================
--- gocept.selenium/trunk/plone4.cfg	2010-12-27 10:01:44 UTC (rev 119150)
+++ gocept.selenium/trunk/plone4.cfg	2010-12-27 10:06:27 UTC (rev 119151)
@@ -1,16 +1,8 @@
 [buildout]
 extends = common.cfg
           http://dist.plone.org/release/4.0-latest/versions.cfg
-parts += instance
 
 [test]
-recipe = zc.recipe.testrunner
 defaults = ["--ignore_dir=ztk", "--ignore_dir=zope",  "--ignore_dir=static", "--ignore_dir=plonetesting", "--tests-pattern=plone4"]
-eggs = ${instance:eggs}
-
-[instance]
-recipe = plone.recipe.zope2instance
-user = admin:admin
-eggs = ${buildout:package}
-    Plone
-    PILwoTK
+eggs += Plone
+        PILwoTK

Modified: gocept.selenium/trunk/plonetesting-plone4.cfg
===================================================================
--- gocept.selenium/trunk/plonetesting-plone4.cfg	2010-12-27 10:01:44 UTC (rev 119150)
+++ gocept.selenium/trunk/plonetesting-plone4.cfg	2010-12-27 10:06:27 UTC (rev 119151)
@@ -1,7 +1,6 @@
 [buildout]
 extends = common.cfg
           http://dist.plone.org/release/4.0-latest/versions.cfg
-parts += instance
 
 [versions]
 plone.testing = 4.0a3
@@ -9,12 +8,6 @@
 
 [test]
 defaults = ["--ignore_dir=zope2", "--tests-pattern=plone4", "--dir=gocept.selenium.plonetesting"]
-eggs = ${instance:eggs}
-       plone.app.testing
-
-[instance]
-recipe = plone.recipe.zope2instance
-user = admin:admin
-eggs = ${buildout:package}
-    Plone
-    PILwoTK
+eggs += Plone
+        PILwoTK
+        plone.app.testing



More information about the checkins mailing list