[Zodb-checkins] CVS: ZODB3/ZODB/tests - VersionStorage.py:1.25.2.7
Jeremy Hylton
cvs-admin at zope.org
Tue Nov 25 12:35:44 EST 2003
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv22818/ZODB/tests
Modified Files:
Tag: ZODB3-mvcc-2-branch
VersionStorage.py
Log Message:
Whitespace normalization.
=== ZODB3/ZODB/tests/VersionStorage.py 1.25.2.6 => 1.25.2.7 ===
--- ZODB3/ZODB/tests/VersionStorage.py:1.25.2.6 Tue Nov 25 00:47:20 2003
+++ ZODB3/ZODB/tests/VersionStorage.py Tue Nov 25 12:35:43 2003
@@ -206,7 +206,6 @@
ncdata, ncserial, start, end = self._storage.loadNonCurrent(oid, ltid)
-
self.assertEqual(data, ncdata)
self.assertEqual(serial, ncserial)
More information about the Zodb-checkins
mailing list