[Zodb-checkins] CVS: ZODB3/ZODB/tests - PersistentStorage.py:1.2.52.1

Jim Fulton jim@zope.com
Tue, 17 Dec 2002 19:09:39 -0500


Update of /cvs-repository/ZODB3/ZODB/tests
In directory cvs.zope.org:/tmp/cvs-serv12119

Modified Files:
      Tag: ZODB3-fast-restart-branch
	PersistentStorage.py 
Log Message:
Changed to call _dostore with an 8-character oid.  FileStorage needs
this id btree indexes are used.


=== ZODB3/ZODB/tests/PersistentStorage.py 1.2 => 1.2.52.1 ===
--- ZODB3/ZODB/tests/PersistentStorage.py:1.2	Wed Aug 14 18:07:09 2002
+++ ZODB3/ZODB/tests/PersistentStorage.py	Tue Dec 17 19:09:39 2002
@@ -13,7 +13,7 @@
         self._storage.new_oid = new_oid_wrapper
 
         self._dostore()
-        self._dostore('a')
+        self._dostore('aaaaaaaa')
         oid = self._storage.new_oid()
         revid = self._dostore(oid)
         self._dostore(oid, revid, data=8, version='b')