[Checkins] SVN: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/ftesting.zcml Add basic ftesting.zcml.

Uli Fouquet uli at gnufix.de
Sat Mar 6 10:54:51 EST 2010


Log message for revision 109704:
  Add basic ftesting.zcml.
  

Changed:
  A   Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/ftesting.zcml

-=-
Added: Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/ftesting.zcml
===================================================================
--- Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/ftesting.zcml	                        (rev 0)
+++ Sandbox/ulif/grokui.zodbbrowser/src/grokui/zodbbrowser/ftesting.zcml	2010-03-06 15:54:51 UTC (rev 109704)
@@ -0,0 +1,35 @@
+<configure
+   xmlns="http://namespaces.zope.org/zope"
+   xmlns:grok="http://namespaces.zope.org/grok"
+   i18n_domain="grok"
+   package="grokui.zodbbrowser">
+
+  <include package="grokui.zodbbrowser" />
+  <grok:grok package="grokui.zodbbrowser.tests" />
+
+  <securityPolicy
+      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy"
+      />
+
+  <unauthenticatedPrincipal
+      id="zope.anybody"
+      title="Unauthenticated User"
+      />
+
+  <grant
+      permission="zope.View"
+      principal="zope.anybody"
+      />
+
+  <principal
+      id="zope.mgr"
+      title="Manager"
+      login="mgr"
+      password="mgrpw"
+      />
+
+  <role id="zope.Manager" title="Site Manager" />
+  <grantAll role="zope.Manager" />
+  <grant role="zope.Manager" principal="zope.mgr" />
+
+</configure>



More information about the checkins mailing list