[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup/tests - testStarter.py:1.6

Fred Drake cvs-admin at zope.org
Fri Oct 31 11:16:35 EST 2003


Update of /cvs-repository/Zope/lib/python/Zope/Startup/tests
In directory cvs.zope.org:/tmp/cvs-serv29884

Modified Files:
	testStarter.py 
Log Message:
illegal syntax masqueraded as an unknown host name; fix the syntax so
we get the port number we thought we had


=== Zope/lib/python/Zope/Startup/tests/testStarter.py 1.5 => 1.6 ===
--- Zope/lib/python/Zope/Startup/tests/testStarter.py:1.5	Thu Aug 28 11:04:37 2003
+++ Zope/lib/python/Zope/Startup/tests/testStarter.py	Fri Oct 31 11:16:34 2003
@@ -175,7 +175,8 @@
                 address 18092
             </http-server>
             <ftp-server>
-               address 18092 # conflict
+               # conflict
+               address 18092
             </ftp-server>""")
         starter = ZopeStarter(conf)
         # do the job the 'handler' would have done (call prepare)




More information about the Zope-Checkins mailing list