Commit 3627680b authored by Chris McDonough's avatar Chris McDonough

Made debug mode true for DefaultConfiguration (in order to run tests properly).

parent 88ef267d
......@@ -76,6 +76,7 @@ class DefaultConfiguration:
self.instancehome = FindHomes.INSTANCE_HOME
self.softwarehome = FindHomes.SOFTWARE_HOME
self.zopehome = FindHomes.ZOPE_HOME
self.debug_mode = True
self.db_mount_tab = {'/':'main'}
self.db_name_tab = {'main':getDefaultDatabaseFactory(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