[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py Inherit from the sane base layer.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Dec 1 09:13:51 EST 2010


Log message for revision 118657:
  Inherit from the sane base layer.

Changed:
  U   gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-12-01 13:39:37 UTC (rev 118656)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-12-01 14:13:50 UTC (rev 118657)
@@ -76,7 +76,7 @@
         self.server_close()
 
 
-class StaticFilesLayer(gocept.selenium.base.Layer):
+class StaticFilesLayer(gocept.selenium.base.SaneLayer):
 
     def setUp(self):
         super(StaticFilesLayer, self).setUp()
@@ -111,7 +111,6 @@
         super(StaticFilesLayer, self).tearDown()
 
     def testSetUp(self):
-        super(StaticFilesLayer, self).testSetUp()
         paths = os.listdir(self.documentroot)
         for path in paths:
             fullpath = os.path.join(self.documentroot, path)



More information about the checkins mailing list