[Zope3-checkins] CVS: ZODB/src/ZEO/tests - ConnectionTests.py:1.55

Tim Peters tim.one at comcast.net
Mon Apr 19 17:19:36 EDT 2004


Update of /cvs-repository/ZODB/src/ZEO/tests
In directory cvs.zope.org:/tmp/cvs-serv9699/src/ZEO/tests

Modified Files:
	ConnectionTests.py 
Log Message:
Whitespace normalization.


=== ZODB/src/ZEO/tests/ConnectionTests.py 1.54 => 1.55 ===
--- ZODB/src/ZEO/tests/ConnectionTests.py:1.54	Wed Apr 14 17:11:20 2004
+++ ZODB/src/ZEO/tests/ConnectionTests.py	Mon Apr 19 17:19:04 2004
@@ -613,7 +613,7 @@
         self.assertEqual(perstorage.verify_result, "quick verification")
         self.assertEqual(perstorage._server._last_invals,
                          (revid, [(oid, '')]))
-                         
+
         self.assertEqual(perstorage.load(oid, ''),
                          self._storage.load(oid, ''))
         perstorage.close()




More information about the Zope3-Checkins mailing list