[Checkins] SVN: gocept.selenium/trunk/ztk.cfg use the ZTK and zopeapp KGS, give nicer test output

Thomas Lotze tl at gocept.com
Thu Mar 11 05:54:02 EST 2010


Log message for revision 109907:
  use the ZTK and zopeapp KGS, give nicer test output

Changed:
  U   gocept.selenium/trunk/ztk.cfg

-=-
Modified: gocept.selenium/trunk/ztk.cfg
===================================================================
--- gocept.selenium/trunk/ztk.cfg	2010-03-11 03:36:35 UTC (rev 109906)
+++ gocept.selenium/trunk/ztk.cfg	2010-03-11 10:54:01 UTC (rev 109907)
@@ -1,4 +1,6 @@
 [buildout]
+extends = http://svn.zope.org/repos/main/zopetoolkit/trunk/ztk.cfg
+          http://svn.zope.org/repos/main/zopetoolkit/trunk/zopeapp.cfg
 develop = .
 parts = test seleniumrc instance
 package = gocept.selenium
@@ -9,13 +11,10 @@
 url = http://release.seleniumhq.org/selenium-remote-control/1.0.1/selenium-remote-control-1.0.1-dist.zip
 md5sum = 068b1adb26a7450717e6d6d67e261b58
 
-[versions]
-zope.testing = 3.8.3
-
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:package} [test_ztk,ztk]
-defaults = ['--ignore_dir', 'zope2', '--ignore_dir', 'plone']
+defaults = ['--ignore_dir', 'zope2', '--ignore_dir', 'plone', '-v', '-c']
 
 [instance]
 recipe = zc.zope3recipes:instance



More information about the checkins mailing list