[Checkins] SVN: grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml include correct zcml from zope.errorview

Jan-Wijbrand Kolman janwijbrand at gmail.com
Thu Jan 20 04:31:02 EST 2011


Log message for revision 119744:
  include correct zcml from zope.errorview

Changed:
  U   grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml

-=-
Modified: grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml
===================================================================
--- grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml	2011-01-20 09:21:45 UTC (rev 119743)
+++ grokcore.rest/trunk/src/grokcore/rest/ftesting.zcml	2011-01-20 09:31:02 UTC (rev 119744)
@@ -7,7 +7,7 @@
 
    <include package="zope.securitypolicy" />
    <include package="zope.annotation" />
-   <include package="zope.errorview" file="errorview.zcml" />
+   <include package="zope.errorview" file="http.zcml" />
    <include package="grokcore.view" file="ftesting.zcml" />
    <include package="grokcore.view" file="publication_security.zcml" />
 



More information about the checkins mailing list