Commit e12e678b authored by Andreas Jung's avatar Andreas Jung

added allow_implicit_cross_references to TestDBConfig for

ZODB >=3.0.0b1   compatiblity
parent 71e1c2a2
......@@ -64,6 +64,7 @@ class TestDBConfig:
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):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment