[Checkins] SVN: zc.selenium/trunk/src/zc/selenium/selenium.py remove erronious comment

Benji York benji at zope.com
Sun Jun 28 15:22:31 EDT 2009


Log message for revision 101302:
  remove erronious comment
  

Changed:
  U   zc.selenium/trunk/src/zc/selenium/selenium.py

-=-
Modified: zc.selenium/trunk/src/zc/selenium/selenium.py
===================================================================
--- zc.selenium/trunk/src/zc/selenium/selenium.py	2009-06-28 15:56:38 UTC (rev 101301)
+++ zc.selenium/trunk/src/zc/selenium/selenium.py	2009-06-28 19:22:31 UTC (rev 101302)
@@ -31,11 +31,6 @@
 
 from zc.selenium.pytest import selectTestsToRun
 
-# Compute a default port; this is simple and doesn't ensure that the
-# port is available, but does better than just hardcoding a port
-# number.  The goal is to avoid browser cache effects due to resource
-# changes (especially in JavaScript resources).
-#
 DEFAULT_PORT = "8034"
 
 def run_zope(config, port):



More information about the Checkins mailing list