[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py Call the super testSetUp in order to have the layer.selenium set up.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Dec 8 04:26:03 EST 2010


Log message for revision 118756:
  Call the super testSetUp in order to have the layer.selenium set up. 

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-07 18:31:20 UTC (rev 118755)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/static/__init__.py	2010-12-08 09:26:01 UTC (rev 118756)
@@ -115,6 +115,7 @@
         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