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

Yusei Tahara yusei at domen.cx
Thu Apr 30 12:00:52 EDT 2009


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

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

-=-
Modified: zope.app.sqlscript/trunk/src/zope/app/sqlscript/ftesting.zcml
===================================================================
--- zope.app.sqlscript/trunk/src/zope/app/sqlscript/ftesting.zcml	2009-04-30 16:00:21 UTC (rev 99617)
+++ zope.app.sqlscript/trunk/src/zope/app/sqlscript/ftesting.zcml	2009-04-30 16:00:52 UTC (rev 99618)
@@ -8,7 +8,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.cache" />
@@ -24,7 +24,7 @@
 
   <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