[Zodb-checkins] CVS: ZODB3/ZODB/tests - PersistentStorage.py:1.2.8.1
Jeremy Hylton
jeremy@zope.com
Wed, 18 Dec 2002 15:12:26 -0500
Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv11461
Modified Files:
Tag: ZODB3-3_1-branch
PersistentStorage.py
Log Message:
Remove dostore() call with bogus oid. (matches ZODB4)
=== ZODB3/ZODB/tests/PersistentStorage.py 1.2 => 1.2.8.1 ===
--- ZODB3/ZODB/tests/PersistentStorage.py:1.2 Wed Aug 14 18:07:09 2002
+++ ZODB3/ZODB/tests/PersistentStorage.py Wed Dec 18 15:12:24 2002
@@ -13,7 +13,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')