[Zope-Checkins] CVS: ZODB3/ZODB/tests - testStorageConfig.py:1.3

Guido van Rossum guido@python.org
Sat, 23 Nov 2002 02:37:50 -0500


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv9931

Modified Files:
	testStorageConfig.py 
Log Message:
Typo.  (Hmmm...  why didn't StorageConfig complain about this?)


=== ZODB3/ZODB/tests/testStorageConfig.py 1.2 => 1.3 ===
--- ZODB3/ZODB/tests/testStorageConfig.py:1.2	Sat Nov 23 02:33:47 2002
+++ ZODB3/ZODB/tests/testStorageConfig.py	Sat Nov 23 02:37:49 2002
@@ -56,7 +56,7 @@
         sample = """
         <Storage>
         type       ClientStorage
-        addr       zep://www.python.org:9001
+        addr       zeo://www.python.org:9001
         wait       no
         </Storage>
         """