[Checkins] SVN: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/ztk/__init__.py Take the host and port from the base layer.

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Nov 17 10:26:28 EST 2010


Log message for revision 118442:
  Take the host and port from the base layer.

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

-=-
Modified: gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/ztk/__init__.py
===================================================================
--- gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/ztk/__init__.py	2010-11-17 15:25:51 UTC (rev 118441)
+++ gocept.selenium/branches/janjaapdriessen-wsgi/src/gocept/selenium/ztk/__init__.py	2010-11-17 15:26:28 UTC (rev 118442)
@@ -24,10 +24,6 @@
 
 class Layer(gocept.selenium.base.Layer):
 
-    # Hostname and port of the Zope webserver
-    host = 'localhost'
-    port = 8087
-
     def setUp(self):
         task_dispatcher = ThreadedTaskDispatcher()
         task_dispatcher.setThreadCount(1)



More information about the checkins mailing list