[Checkins] SVN: Sandbox/faassen/zope.site/trunk/src/zope/site/ftesting.zcml No need for ftesting.zcml here.

Martijn Faassen faassen at infrae.com
Tue Jan 27 12:04:46 EST 2009


Log message for revision 95226:
  No need for ftesting.zcml here.
  

Changed:
  D   Sandbox/faassen/zope.site/trunk/src/zope/site/ftesting.zcml

-=-
Deleted: Sandbox/faassen/zope.site/trunk/src/zope/site/ftesting.zcml
===================================================================
--- Sandbox/faassen/zope.site/trunk/src/zope/site/ftesting.zcml	2009-01-27 17:01:29 UTC (rev 95225)
+++ Sandbox/faassen/zope.site/trunk/src/zope/site/ftesting.zcml	2009-01-27 17:04:45 UTC (rev 95226)
@@ -1,41 +0,0 @@
-<configure
-   xmlns="http://namespaces.zope.org/zope"
-   i18n_domain="zope"
-   package="zope.site"
-   >
-
-  <!-- This file is the equivalent of site.zcml and it is -->
-  <!-- used for functional testing setup -->
-
-  <include package="zope.app.securitypolicy" file="meta.zcml" />
-
-  <include package="zope.app.zcmlfiles" />
-  <include package="zope.app.authentication" />
-  <include package="zope.app.securitypolicy" />
-  <include package="zope.formlib" />
-
-  <securityPolicy
-      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
-
-  <role id="zope.Manager" title="Site Manager" />
-
-  <grantAll role="zope.Manager" />
-  <include package="zope.app.securitypolicy.tests" file="functional.zcml" />
-
-  <!-- Principal that tests generally run as -->
-  <principal
-      id="zope.mgr"
-      title="Manager"
-      login="mgr"
-      password="mgrpw" />
-
-  <!-- Bootstrap principal used to make local grant to the principal above -->
-  <principal
-      id="zope.globalmgr"
-      title="Manager"
-      login="globalmgr"
-      password="globalmgrpw" />
-
-  <grant role="zope.Manager" principal="zope.globalmgr" />
-
-</configure>



More information about the Checkins mailing list