[Zodb-checkins] CVS: ZODB3/ZEO/tests - testRunsvr.py:1.2
Guido van Rossum
guido@python.org
Thu, 9 Jan 2003 17:12:07 -0500
Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv30382/tests
Modified Files:
testRunsvr.py
Log Message:
Move the ZEO parameters into a <zeo> section.
=== ZODB3/ZEO/tests/testRunsvr.py 1.1 => 1.2 ===
--- ZODB3/ZEO/tests/testRunsvr.py:1.1 Thu Jan 9 16:06:10 2003
+++ ZODB3/ZEO/tests/testRunsvr.py Thu Jan 9 17:12:03 2003
@@ -81,7 +81,9 @@
output_args = []
configdata = """
- address 5555
+ <zeo>
+ address 5555
+ </zeo>
<filestorage fs>
path Data.fs
</filestorage>