[Zope-Checkins] CVS: Zope/lib/python/Products/ZODBMountPoint/tests - testMountPoint.py:1.1.2.2
   
    Chris McDonough
     
    chrism@zope.com
       
    Sat, 2 Aug 2003 18:57:20 -0400
    
    
  
Update of /cvs-repository/Zope/lib/python/Products/ZODBMountPoint/tests
In directory cvs.zope.org:/tmp/cvs-serv25795/lib/python/Products/ZODBMountPoint/tests
Modified Files:
      Tag: Zope-2_7-branch
	testMountPoint.py 
Log Message:
Merge from HEAD:
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.2.1 => 1.1.2.2 ===
--- Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py:1.1.2.1	Mon Jul 21 12:36:35 2003
+++ Zope/lib/python/Products/ZODBMountPoint/tests/testMountPoint.py	Sat Aug  2 18:56:44 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):