[Zodb-checkins] CVS: ZODB3/ZODB/tests - PersistentStorage.py:1.4
Jeremy Hylton
jeremy@zope.com
Fri, 6 Dec 2002 14:01:41 -0500
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv10439
Modified Files:
PersistentStorage.py
Log Message:
Remove non-sensical call to _dostore() with oid == 'a'.
=== ZODB3/ZODB/tests/PersistentStorage.py 1.3 => 1.4 ===
--- ZODB3/ZODB/tests/PersistentStorage.py:1.3 Thu Dec 5 19:00:53 2002
+++ ZODB3/ZODB/tests/PersistentStorage.py Fri Dec 6 14:01:40 2002
@@ -26,7 +26,6 @@
self._storage.new_oid = new_oid_wrapper
self._dostore()
- self._dostore('a')
oid = self._storage.new_oid()
revid = self._dostore(oid)
self._dostore(oid, revid, data=8, version='b')