[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/tests.py Fix test.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Thu Dec 9 08:28:18 EST 2010


Log message for revision 118762:
  Fix test.

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

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/tests.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/tests.py	2010-12-09 13:02:40 UTC (rev 118761)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/wsgi/tests.py	2010-12-09 13:28:18 UTC (rev 118762)
@@ -16,14 +16,9 @@
 from gocept.selenium.wsgi.testing import SimpleApp
 
 
-class TestLayer(gocept.selenium.wsgi.Layer):
+test_layer = gocept.selenium.wsgi.Layer(SimpleApp())
 
-    application = SimpleApp()
 
-
-test_layer = TestLayer()
-
-
 class TestWSGITestCase(gocept.selenium.wsgi.TestCase):
 
     layer = test_layer



More information about the checkins mailing list