[Zope-Checkins] CVS: Zope/lib/python/Products/ZODBMountPoint/tests - testMountPoint.py:1.2
Chris McDonough
chrism@zope.com
Sat, 2 Aug 2003 15:26:29 -0400
Update of /cvs-repository/Zope/lib/python/Products/ZODBMountPoint/tests
In directory cvs.zope.org:/tmp/cvs-serv24880/Products/ZODBMountPoint/tests
Modified Files:
testMountPoint.py
Log Message:
Be more careful about specifying a container class: root databases should not have a container class.
=== Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py 1.1 => 1.2 ===
--- Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py:1.1 Sat Jul 19 22:56:04 2003
+++ Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py Sat Aug 2 15:25:54 2003
@@ -53,6 +53,7 @@
self.connection_class = Connection
self.class_factory = None
self.storage = DemoStorage(self)
+ self.container_class = None
return ZopeDatabase(self)
def getSectionName(self):