[Checkins] SVN: zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml zope.app.securitypolicy.tests was removed.

Yusei Tahara yusei at domen.cx
Thu Apr 30 12:27:24 EDT 2009


Log message for revision 99620:
  zope.app.securitypolicy.tests was removed.
  Use zope.app.securitypolicy.browser.tests instead.
  Include meta.zcml from zope.securitypolicy.
  

Changed:
  U   zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml

-=-
Modified: zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml
===================================================================
--- zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml	2009-04-30 16:14:43 UTC (rev 99619)
+++ zope.app.zptpage/trunk/src/zope/app/zptpage/ftesting.zcml	2009-04-30 16:27:23 UTC (rev 99620)
@@ -7,7 +7,7 @@
   <!-- 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.securitypolicy" file="meta.zcml" />
 
   <include package="zope.app.zcmlfiles" />
   <include package="zope.app.authentication" />
@@ -22,7 +22,7 @@
   <role id="zope.Manager" title="Site Manager" />
 
   <grantAll role="zope.Manager" />
-  <include package="zope.app.securitypolicy.tests" file="functional.zcml" />
+  <include package="zope.app.securitypolicy.browser.tests" file="functional.zcml" />
 
   <!-- Principal that tests generally run as -->
   <principal



More information about the Checkins mailing list