[Checkins] SVN: zope.app.publisher/trunk/src/zope/app/publisher/ftesting.zcml include our package's ZCML into ftesting.zcml so that the tests will tell us at least if we made a typo somewhere

Wolfgang Schnerring wosc at wosc.de
Mon Jun 8 08:47:43 EDT 2009


Log message for revision 100749:
  include our package's ZCML into ftesting.zcml so that the tests will tell us at least if we made a typo somewhere
  

Changed:
  U   zope.app.publisher/trunk/src/zope/app/publisher/ftesting.zcml

-=-
Modified: zope.app.publisher/trunk/src/zope/app/publisher/ftesting.zcml
===================================================================
--- zope.app.publisher/trunk/src/zope/app/publisher/ftesting.zcml	2009-06-08 12:46:01 UTC (rev 100748)
+++ zope.app.publisher/trunk/src/zope/app/publisher/ftesting.zcml	2009-06-08 12:47:43 UTC (rev 100749)
@@ -46,4 +46,6 @@
 
   <grant role="zope.Manager" principal="zope.globalmgr" />
 
+  <include package="zope.app.publisher" />
+
 </configure>



More information about the Checkins mailing list