[Checkins] SVN: zope.fanstatic/trunk/src/zope/fanstatic/ Move zope.errorview configuration to ftesting.zcml

Jan-Jaap Driessen jdriessen at thehealthagency.com
Wed Jan 19 10:02:12 EST 2011


Log message for revision 119712:
  Move zope.errorview configuration to ftesting.zcml

Changed:
  U   zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml
  U   zope.fanstatic/trunk/src/zope/fanstatic/tests/ftesting.zcml

-=-
Modified: zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml	2011-01-19 14:55:09 UTC (rev 119711)
+++ zope.fanstatic/trunk/src/zope/fanstatic/configure.zcml	2011-01-19 15:02:11 UTC (rev 119712)
@@ -5,12 +5,10 @@
 
   <include package="zope.component" file="meta.zcml" />
   <include package="zope.fanstatic" file="meta.zcml" />
-  <include package="zope.errorview" file="browser.zcml" />
 
   <zf:setupZopeFanstatic />
 
   <subscriber handler=".zopesupport.set_base_url" />
-
   <subscriber handler=".zopesupport.clear_needed_resources" />
 
 </configure>

Modified: zope.fanstatic/trunk/src/zope/fanstatic/tests/ftesting.zcml
===================================================================
--- zope.fanstatic/trunk/src/zope/fanstatic/tests/ftesting.zcml	2011-01-19 14:55:09 UTC (rev 119711)
+++ zope.fanstatic/trunk/src/zope/fanstatic/tests/ftesting.zcml	2011-01-19 15:02:11 UTC (rev 119712)
@@ -22,6 +22,7 @@
   <include package="zope.security" />
   <include package="zope.traversing" />
   <include package="zope.traversing.browser" />
+  <include package="zope.errorview" file="browser.zcml" />
 
   <!-- principals -->
   <securityPolicy



More information about the checkins mailing list