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

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


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

Modified Files:
      Tag: Zope-2_7-branch
	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.1.2.5 => 1.1.2.6 ===
--- Zope/lib/python/Zope/Startup/tests/testStarter.py:1.1.2.5	Fri Oct  3 17:53:19 2003
+++ Zope/lib/python/Zope/Startup/tests/testStarter.py	Fri Oct 31 11:47:32 2003
@@ -184,7 +184,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