[Zodb-checkins] CVS: ZODB4/ZODB/tests - PersistentStorage.py:1.2.32.1

Jeremy Hylton jeremy@zope.com
Fri, 6 Dec 2002 14:01:05 -0500


Update of /cvs-repository/ZODB4/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv10269

Modified Files:
      Tag: ZODB4-Q-branch
	PersistentStorage.py 
Log Message:
Remove non-sensical call to _dostore() with oid == 'a'.


=== ZODB4/ZODB/tests/PersistentStorage.py 1.2 => 1.2.32.1 ===
--- ZODB4/ZODB/tests/PersistentStorage.py:1.2	Mon Jun 10 19:27:44 2002
+++ ZODB4/ZODB/tests/PersistentStorage.py	Fri Dec  6 14:01:05 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')