[Checkins] SVN: gocept.selenium/trunk/ ignore the static package when finding tests for the ztk.cfg and zope2.cfg and plone.cfg profiles

Jan-Wijbrand Kolman janwijbrand at gmail.com
Tue Jun 29 17:03:24 EDT 2010


Log message for revision 113997:
  ignore the static package when finding tests for the ztk.cfg and zope2.cfg and plone.cfg profiles

Changed:
  U   gocept.selenium/trunk/plone.cfg
  U   gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py
  U   gocept.selenium/trunk/zope2.cfg
  U   gocept.selenium/trunk/ztk.cfg

-=-
Modified: gocept.selenium/trunk/plone.cfg
===================================================================
--- gocept.selenium/trunk/plone.cfg	2010-06-29 20:43:35 UTC (rev 113996)
+++ gocept.selenium/trunk/plone.cfg	2010-06-29 21:03:24 UTC (rev 113997)
@@ -9,7 +9,7 @@
 [versions]
 zc.buildout = 1.4.3
 zc.recipe.egg = 1.2.2
-setuptools = 
+setuptools =
 PILwoTK = 1.1.6.4
 
 [seleniumrc]
@@ -20,7 +20,7 @@
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance
-defaults = --ignore_dir=ztk --ignore_dir=zope2
+defaults = --ignore_dir=ztk --ignore_dir=zope2 --ignore_dir=static
 packages = ${buildout:package}
 
 [instance]

Modified: gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py	2010-06-29 20:43:35 UTC (rev 113996)
+++ gocept.selenium/trunk/src/gocept/selenium/static/tests/test_static.py	2010-06-29 21:03:24 UTC (rev 113997)
@@ -19,7 +19,7 @@
 class TestStaticFilesTestCase(unittest.TestCase):
 
     def setUp(self):
-        self.testlayer = gocept.selenium.static.StaticFilesLayer()
+        self.testlayer = gocept.selenium.static.static_files_layer
         self.testlayer.setUp()
 
     def tearDown(self):

Modified: gocept.selenium/trunk/zope2.cfg
===================================================================
--- gocept.selenium/trunk/zope2.cfg	2010-06-29 20:43:35 UTC (rev 113996)
+++ gocept.selenium/trunk/zope2.cfg	2010-06-29 21:03:24 UTC (rev 113997)
@@ -11,7 +11,7 @@
 [test]
 recipe = collective.recipe.z2testrunner
 zope2part = instance
-defaults = --ignore_dir=ztk --ignore_dir=plone
+defaults = --ignore_dir=ztk --ignore_dir=plone --ignore_dir=static
 packages = ${buildout:package}
 
 [instance]

Modified: gocept.selenium/trunk/ztk.cfg
===================================================================
--- gocept.selenium/trunk/ztk.cfg	2010-06-29 20:43:35 UTC (rev 113996)
+++ gocept.selenium/trunk/ztk.cfg	2010-06-29 21:03:24 UTC (rev 113997)
@@ -14,7 +14,7 @@
 [test]
 recipe = zc.recipe.testrunner
 eggs = ${buildout:package} [test_ztk,ztk]
-defaults = ['--ignore_dir', 'zope2', '--ignore_dir', 'plone', '-v', '-c']
+defaults = ['--ignore_dir', 'zope2', '--ignore_dir', 'plone', '--ignore_dir', 'static', '-v', '-c']
 
 [instance]
 recipe = zc.zope3recipes:instance



More information about the checkins mailing list