[Checkins] SVN: zope.app.container/trunk/ Update 'ftesting.zcml' to use the current 'zope.dublincore' permissions.

Tres Seaver tseaver at palladion.com
Wed Apr 21 12:28:38 EDT 2010


Log message for revision 111207:
  Update 'ftesting.zcml' to use the current 'zope.dublincore' permissions.
  

Changed:
  U   zope.app.container/trunk/CHANGES.txt
  U   zope.app.container/trunk/src/zope/app/container/ftesting.zcml

-=-
Modified: zope.app.container/trunk/CHANGES.txt
===================================================================
--- zope.app.container/trunk/CHANGES.txt	2010-04-21 16:20:45 UTC (rev 111206)
+++ zope.app.container/trunk/CHANGES.txt	2010-04-21 16:28:38 UTC (rev 111207)
@@ -5,7 +5,8 @@
 3.8.3 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Updated ``ftesting.zcml`` to use the permission names now exported by
+  ``zope.dublincore``.
 
 
 3.8.2 (2010-01-08)

Modified: zope.app.container/trunk/src/zope/app/container/ftesting.zcml
===================================================================
--- zope.app.container/trunk/src/zope/app/container/ftesting.zcml	2010-04-21 16:20:45 UTC (rev 111206)
+++ zope.app.container/trunk/src/zope/app/container/ftesting.zcml	2010-04-21 16:28:38 UTC (rev 111207)
@@ -27,7 +27,7 @@
   <!-- Replace the following directive if you don't want public access -->
   <grant permission="zope.View"
                   role="zope.Anonymous" />
-  <grant permission="zope.app.dublincore.view"
+  <grant permission="zope.dublincore.view"
                   role="zope.Anonymous" />
 
   <grantAll role="zope.Manager" />



More information about the checkins mailing list