[Zodb-checkins] CVS: ZODB3/ZODB/tests - MTStorage.py:1.10.4.1 testCache.py:1.13.12.1 testTimeStamp.py:1.4.36.1

Jeremy Hylton jeremy at zope.com
Tue Jul 1 16:34:12 EDT 2003


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

Modified Files:
      Tag: zodb33-devel-branch
	MTStorage.py testCache.py testTimeStamp.py 
Log Message:
Track module moves from ZODB to Persistence.

Add a few quick hacks to the BTrees code to get them to compile.


=== ZODB3/ZODB/tests/MTStorage.py 1.10 => 1.10.4.1 ===
--- ZODB3/ZODB/tests/MTStorage.py:1.10	Thu Jun 19 17:50:14 2003
+++ ZODB3/ZODB/tests/MTStorage.py	Tue Jul  1 15:34:11 2003
@@ -4,7 +4,7 @@
 import time
 
 import ZODB
-from PersistentMapping import PersistentMapping
+from Persistence.PersistentMapping import PersistentMapping
 
 from ZODB.tests.StorageTestBase \
      import StorageTestBase, zodb_pickle, zodb_unpickle, handle_serials


=== ZODB3/ZODB/tests/testCache.py 1.13 => 1.13.12.1 ===
--- ZODB3/ZODB/tests/testCache.py:1.13	Mon Apr  7 18:26:04 2003
+++ ZODB3/ZODB/tests/testCache.py	Tue Jul  1 15:34:11 2003
@@ -25,9 +25,9 @@
 
 import ZODB
 import ZODB.MappingStorage
-from ZODB.cPickleCache import PickleCache
 from ZODB.POSException import ConflictError
-from ZODB.PersistentMapping import PersistentMapping
+from Persistence.cPickleCache import PickleCache
+from Persistence.PersistentMapping import PersistentMapping
 from ZODB.tests.MinPO import MinPO
 from ZODB.utils import p64
 


=== ZODB3/ZODB/tests/testTimeStamp.py 1.4 => 1.4.36.1 ===
--- ZODB3/ZODB/tests/testTimeStamp.py:1.4	Thu Dec  5 19:00:52 2002
+++ ZODB3/ZODB/tests/testTimeStamp.py	Tue Jul  1 15:34:11 2003
@@ -16,7 +16,7 @@
 import time
 import unittest
 
-from ZODB.TimeStamp import TimeStamp
+from Persistence.TimeStamp import TimeStamp
 
 EPSILON = 0.000001
 




More information about the Zodb-checkins mailing list