[Checkins] SVN: zc.resourcelibrary/trunk/ Updated the functional-testing zcml file to get rid of a deprication warning.

Jim Fulton jim at zope.com
Sun Feb 17 13:42:00 EST 2008


Log message for revision 83990:
  Updated the functional-testing zcml file to get rid of a deprication warning.
  

Changed:
  U   zc.resourcelibrary/trunk/CHANGES.txt
  U   zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml

-=-
Modified: zc.resourcelibrary/trunk/CHANGES.txt
===================================================================
--- zc.resourcelibrary/trunk/CHANGES.txt	2008-02-17 16:34:24 UTC (rev 83989)
+++ zc.resourcelibrary/trunk/CHANGES.txt	2008-02-17 18:41:59 UTC (rev 83990)
@@ -2,6 +2,15 @@
 CHANGES
 =======
 
+0.9.0 (2008-02-17)
+------------------
+
+Bugs fixed:
+
+- Updated the functional-testing zcml file to get rid of a deprication
+  warning.
+
+
 0.8.2 (2007-12-07)
 ------------------
 

Modified: zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml
===================================================================
--- zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml	2008-02-17 16:34:24 UTC (rev 83989)
+++ zc.resourcelibrary/trunk/src/zc/resourcelibrary/tests/ftesting.zcml	2008-02-17 18:41:59 UTC (rev 83990)
@@ -20,7 +20,7 @@
   <include package="zope.app.securitypolicy" file="meta.zcml"/>
 
   <securityPolicy
-      component="zope.app.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
+      component="zope.securitypolicy.zopepolicy.ZopeSecurityPolicy" />
 
   <role id="zope.Anonymous" title="Everybody"
         description="All users have this role implicitly" />



More information about the Checkins mailing list