[Zodb-checkins] CVS: Zope3/src/zodb/tests - util.py:1.2.2.1 __init__.py:NONE emailbench.py:NONE test_connection.py:NONE test_invalidation.py:NONE test_pool.py:NONE test_timestamp.py:NONE test_txn.py:NONE test_utils.py:NONE test_zodb.py:NONE undo.py:NONE

Jim Fulton jim at zope.com
Fri Jan 9 17:24:11 EST 2004


Update of /cvs-repository/Zope3/src/zodb/tests
In directory cvs.zope.org:/tmp/cvs-serv25080/src/zodb/tests

Modified Files:
      Tag: zope3-zodb3-devel-branch
	util.py 
Removed Files:
      Tag: zope3-zodb3-devel-branch
	__init__.py emailbench.py test_connection.py 
	test_invalidation.py test_pool.py test_timestamp.py 
	test_txn.py test_utils.py test_zodb.py undo.py 
Log Message:
Checkpointing to the branch after beginning the process of removing
zodb 4 code. 

Lots of things are now broken. :)




=== Zope3/src/zodb/tests/util.py 1.2 => 1.2.2.1 ===
--- Zope3/src/zodb/tests/util.py:1.2	Wed Jan  7 07:12:55 2004
+++ Zope3/src/zodb/tests/util.py	Fri Jan  9 17:23:40 2004
@@ -18,12 +18,12 @@
 
 import time
 import persistence
-from zodb.storage.memory import MemoryFullStorage
+from ZODB.DemoStorage import DemoStorage
 from zodb.db import DB as _DB
 from transaction import get_transaction
 
 def DB(name='Test'):
-    return _DB(MemoryFullStorage(name))
+    return _DB(DemoStorage(name))
 
 def commit():
     get_transaction().commit()

=== Removed File Zope3/src/zodb/tests/__init__.py ===

=== Removed File Zope3/src/zodb/tests/emailbench.py ===

=== Removed File Zope3/src/zodb/tests/test_connection.py ===

=== Removed File Zope3/src/zodb/tests/test_invalidation.py ===

=== Removed File Zope3/src/zodb/tests/test_pool.py ===

=== Removed File Zope3/src/zodb/tests/test_timestamp.py ===

=== Removed File Zope3/src/zodb/tests/test_txn.py ===

=== Removed File Zope3/src/zodb/tests/test_utils.py ===

=== Removed File Zope3/src/zodb/tests/test_zodb.py ===

=== Removed File Zope3/src/zodb/tests/undo.py ===




More information about the Zodb-checkins mailing list