[Checkins] SVN: grokproject/trunk/grokproject/template_ Include the new grok.View permissions in the default functional test configuration.

Kevin Gill kevin at movieextras.ie
Sat Jul 4 05:08:11 EDT 2009


Log message for revision 101474:
  Include the new grok.View permissions in the default functional test configuration.
  

Changed:
  U   grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
  U   grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl

-=-
Modified: grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-07-04 08:58:07 UTC (rev 101473)
+++ grokproject/trunk/grokproject/template_paste/src/+package+/ftesting.zcml_tmpl	2009-07-04 09:08:11 UTC (rev 101474)
@@ -19,6 +19,10 @@
       permission="zope.View"
       principal="zope.anybody"
       />
+  <grant
+      permission="grok.View"
+      principal="zope.anybody"
+      />
 
   <principal
       id="zope.mgr"

Modified: grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl
===================================================================
--- grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-07-04 08:58:07 UTC (rev 101473)
+++ grokproject/trunk/grokproject/template_zopectl/src/+package+/ftesting.zcml_tmpl	2009-07-04 09:08:11 UTC (rev 101474)
@@ -19,6 +19,10 @@
       permission="zope.View"
       principal="zope.anybody"
       />
+  <grant
+      permission="grok.View"
+      principal="zope.anybody"
+      />
 
   <principal
       id="zope.mgr"



More information about the Checkins mailing list