[Zodb-checkins] CVS: ZODB3/ZEO/tests - testZEO.py:1.62

Barry Warsaw barry@wooz.org
Mon, 13 Jan 2003 19:11:29 -0500


Update of /cvs-repository/ZODB3/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv30349

Modified Files:
	testZEO.py 
Log Message:
Remove some comments that lied.


=== ZODB3/ZEO/tests/testZEO.py 1.61 => 1.62 ===
--- ZODB3/ZEO/tests/testZEO.py:1.61	Mon Jan 13 19:10:55 2003
+++ ZODB3/ZEO/tests/testZEO.py	Mon Jan 13 19:11:26 2003
@@ -150,7 +150,6 @@
 
     def getConfig(self):
         filename = self.__fs_base = tempfile.mktemp()
-        # Return a 1-tuple
         return """\
         <Storage>
             type FileStorage
@@ -165,7 +164,6 @@
 
     def getStorage(self):
         self._envdir = tempfile.mktemp()
-        # Return a 1-tuple
         return """\
         <Storage>
             type BDBFullStorage
@@ -178,15 +176,12 @@
 
     def getStorage(self):
         self._envdir = tempfile.mktemp()
-        # Return a 1-tuple
         return """\
         <Storage>
             type MappingStorage
             name %s
         </Storage>
         """ % self._envdir
-
-
 
 
 test_classes = [FileStorageTests, MappingStorageTests]