[Checkins] SVN: grokproject/trunk/ Fix https://bugs.launchpad.net/grok/+bug/223247: grokproject generates faulty ftesting.zcml.

Uli Fouquet uli at gnufix.de
Thu May 1 14:13:51 EDT 2008


Log message for revision 86022:
  Fix https://bugs.launchpad.net/grok/+bug/223247: grokproject generates faulty ftesting.zcml.
  

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-01 17:48:55 UTC (rev 86021)
+++ grokproject/trunk/CHANGES.txt	2008-05-01 18:13:51 UTC (rev 86022)
@@ -4,7 +4,11 @@
 0.8 (unreleased)
 ------------------
 
-* ...
+* Fix https://bugs.launchpad.net/grok/+bug/223247: grokproject
+  generates faulty ftesting.zcml. Replaced
+  zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy with
+  zope.securitypolicy.zopepolicy.ZopeSecurityPolicy in ftesting.zcml
+  template (Depends on a Grok release > 0.11.1).
 
 0.7 (2008-04-22)
 ------------------

Modified: grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2008-05-01 17:48:55 UTC (rev 86021)
+++ grokproject/trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	2008-05-01 18:13:51 UTC (rev 86022)
@@ -9,7 +9,7 @@
 
   <!-- Typical functional testing security setup -->
   <securityPolicy
-      component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy"
+      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy"
       />
 
   <unauthenticatedPrincipal



More information about the Checkins mailing list