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):

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to