[Zope-Checkins] SVN: Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py And suddendly we don't need the product install anymore either

Hanno Schlichting hannosch at hannosch.eu
Sun Jun 27 07:44:29 EDT 2010


Log message for revision 113925:
  And suddendly we don't need the product install anymore either
  

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	2010-06-27 11:42:51 UTC (rev 113924)
+++ Zope/trunk/src/Products/ZODBMountPoint/tests/testMountPoint.py	2010-06-27 11:44:28 UTC (rev 113925)
@@ -96,7 +96,6 @@
         conf = DBTab(mount_factories, mount_points)
         d = App.config.DefaultConfiguration()
         d.dbtab = conf
-        d.enable_product_installation = True # TODO
         App.config.setConfiguration(d)
         self.conf = conf
         db = conf.getDatabase('/')



More information about the Zope-Checkins mailing list