[Checkins] SVN: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py added allow_implicit_cross_references to TestDBConfig for
Andreas Jung
andreas at andreas-jung.com
Tue May 5 07:03:44 EDT 2009
Log message for revision 99765:
added allow_implicit_cross_references to TestDBConfig for
ZODB >=3.0.0b1 compatiblity
Changed:
U Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py
-=-
Modified: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py
===================================================================
--- Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py 2009-05-05 08:19:52 UTC (rev 99764)
+++ Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py 2009-05-05 11:03:40 UTC (rev 99765)
@@ -64,6 +64,7 @@
self.storage = DemoStorage(self)
self.version_cache_size = 100
self.version_pool_size = 3
+ self.allow_implicit_cross_references = False
return ZopeDatabase(self)
def getSectionName(self):
More information about the Checkins
mailing list