[Zope3-checkins] SVN: Zope3/trunk/zopeskel/etc/ Added support for
security-policy manager setup for functional
Jim Fulton
jim at zope.com
Fri Apr 22 17:15:01 EDT 2005
Log message for revision 30119:
Added support for security-policy manager setup for functional
testing.
Changed:
U Zope3/trunk/zopeskel/etc/ftesting.zcml
A Zope3/trunk/zopeskel/etc/securitypolicy-ftesting.zcml
-=-
Modified: Zope3/trunk/zopeskel/etc/ftesting.zcml
===================================================================
--- Zope3/trunk/zopeskel/etc/ftesting.zcml 2005-04-22 21:14:59 UTC (rev 30118)
+++ Zope3/trunk/zopeskel/etc/ftesting.zcml 2005-04-22 21:15:00 UTC (rev 30119)
@@ -10,8 +10,10 @@
<include files="package-includes/*-meta.zcml" />
<include files="package-includes/*-configure.zcml" />
+ <include files="package-includes/*-ftesting.zcml" />
<include file="securitypolicy.zcml" />
+ <include file="securitypolicy-ftesting.zcml" />
<!-- Principals -->
@@ -19,6 +21,21 @@
id="zope.anybody"
title="Unauthenticated User" />
+ <unauthenticatedGroup
+ id="zope.Anybody"
+ title="Unauthenticated Users"
+ />
+
+ <authenticatedGroup
+ id="zope.Authenticated"
+ title="Authenticated Users"
+ />
+
+ <everybodyGroup
+ id="zope.Everybody"
+ title="All Users"
+ />
+
<!-- Principal that tests generally run as -->
<principal
id="zope.mgr"
Added: Zope3/trunk/zopeskel/etc/securitypolicy-ftesting.zcml
===================================================================
--- Zope3/trunk/zopeskel/etc/securitypolicy-ftesting.zcml 2005-04-22 21:14:59 UTC (rev 30118)
+++ Zope3/trunk/zopeskel/etc/securitypolicy-ftesting.zcml 2005-04-22 21:15:00 UTC (rev 30119)
@@ -0,0 +1 @@
+<include package="zope.app.securitypolicy.tests" file="functional.zcml" />
Property changes on: Zope3/trunk/zopeskel/etc/securitypolicy-ftesting.zcml
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the Zope3-Checkins
mailing list