[Checkins] SVN: gocept.selenium/trunk/ rename class to be more explicit

Godefroid Chapelle gotcha at bubblenet.be
Tue Oct 19 09:29:19 EDT 2010


Log message for revision 117760:
  rename class to be more explicit

Changed:
  U   gocept.selenium/trunk/plone4.cfg
  U   gocept.selenium/trunk/src/gocept/selenium/plone/tests/plone4/test_plone4.py
  U   gocept.selenium/trunk/src/gocept/selenium/zope2/testing.py
  U   gocept.selenium/trunk/src/gocept/selenium/zope2/tests/zope212/test_zope212.py

-=-
Modified: gocept.selenium/trunk/plone4.cfg
===================================================================
--- gocept.selenium/trunk/plone4.cfg	2010-10-19 13:20:47 UTC (rev 117759)
+++ gocept.selenium/trunk/plone4.cfg	2010-10-19 13:29:18 UTC (rev 117760)
@@ -1,7 +1,7 @@
 [buildout]
 extends = http://dist.plone.org/release/4.0-latest/versions.cfg
 develop = .
-parts = test instance
+parts = instance test
 package = gocept.selenium
 find-links = http://download.gocept.com/packages
 versions = versions

Modified: gocept.selenium/trunk/src/gocept/selenium/plone/tests/plone4/test_plone4.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/plone/tests/plone4/test_plone4.py	2010-10-19 13:20:47 UTC (rev 117759)
+++ gocept.selenium/trunk/src/gocept/selenium/plone/tests/plone4/test_plone4.py	2010-10-19 13:29:18 UTC (rev 117760)
@@ -26,7 +26,7 @@
 class Plone4Tests(gocept.selenium.tests.isolation.IsolationTests,
                  gocept.selenium.plone.TestCase):
 
-    layer = gocept.selenium.zope2.Layer(PloneSiteLayer, testing.fixtureLayer)
+    layer = gocept.selenium.zope2.Layer(PloneSiteLayer, testing.isolationLayer)
 
     def test_plone_login(self):
         sel = self.selenium

Modified: gocept.selenium/trunk/src/gocept/selenium/zope2/testing.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/zope2/testing.py	2010-10-19 13:20:47 UTC (rev 117759)
+++ gocept.selenium/trunk/src/gocept/selenium/zope2/testing.py	2010-10-19 13:29:18 UTC (rev 117760)
@@ -3,9 +3,9 @@
 from gocept.selenium import zope2
 
 
-class FixtureLayer(object):
+class IsolationLayer(object):
 
-    __name__ = "gocept.selenium.tests.fixture"
+    __name__ = "gocept.selenium.tests.isolation"
     __bases__ = ()
 
     def setUp(cls):
@@ -13,4 +13,4 @@
             package=zope2)
     setUp = classmethod(setUp)
 
-fixtureLayer = FixtureLayer()
+isolationLayer = IsolationLayer()

Modified: gocept.selenium/trunk/src/gocept/selenium/zope2/tests/zope212/test_zope212.py
===================================================================
--- gocept.selenium/trunk/src/gocept/selenium/zope2/tests/zope212/test_zope212.py	2010-10-19 13:20:47 UTC (rev 117759)
+++ gocept.selenium/trunk/src/gocept/selenium/zope2/tests/zope212/test_zope212.py	2010-10-19 13:29:18 UTC (rev 117760)
@@ -25,7 +25,7 @@
 class Zope212Tests(gocept.selenium.tests.isolation.IsolationTests,
                  gocept.selenium.zope2.TestCase):
 
-    layer = gocept.selenium.zope2.Layer(testing.fixtureLayer, *BASE_LAYERS)
+    layer = gocept.selenium.zope2.Layer(testing.isolationLayer, *BASE_LAYERS)
 
 
 def test_suite():



More information about the checkins mailing list