[Checkins] SVN: z3c.configurator/trunk/ Updated test set up to run with ZTK 1.0.

Michael Howitz mh at gocept.com
Sun Dec 12 10:52:56 EST 2010


Log message for revision 118820:
  Updated test set up to run with ZTK 1.0.
  
  

Changed:
  U   z3c.configurator/trunk/CHANGES.txt
  U   z3c.configurator/trunk/src/z3c/configurator/browser/ftesting.zcml

-=-
Modified: z3c.configurator/trunk/CHANGES.txt
===================================================================
--- z3c.configurator/trunk/CHANGES.txt	2010-12-12 15:52:43 UTC (rev 118819)
+++ z3c.configurator/trunk/CHANGES.txt	2010-12-12 15:52:55 UTC (rev 118820)
@@ -6,7 +6,7 @@
 Version 1.2.2 (unreleased)
 --------------------------
 
-- ...
+- Updated test set up to run with ZTK 1.0.
 
 
 Version 1.2.1 (2009-12-27)

Modified: z3c.configurator/trunk/src/z3c/configurator/browser/ftesting.zcml
===================================================================
--- z3c.configurator/trunk/src/z3c/configurator/browser/ftesting.zcml	2010-12-12 15:52:43 UTC (rev 118819)
+++ z3c.configurator/trunk/src/z3c/configurator/browser/ftesting.zcml	2010-12-12 15:52:55 UTC (rev 118820)
@@ -4,6 +4,7 @@
            i18n_domain="zope">
 
   <include package="zope.app.zcmlfiles" />
+  <include package="zope.login" />
 
   <include package="zope.securitypolicy" file="meta.zcml" />
   <include package="zope.securitypolicy" />
@@ -15,7 +16,7 @@
         description="All users have this role implicitly" />
 
   <role id="zope.Manager" title="Site Manager" />
-  
+
   <principal
      id="zope.manager"
      title="Administrator"
@@ -25,7 +26,7 @@
   <grant
      role="zope.Manager"
      principal="zope.manager" />
-  
+
   <unauthenticatedPrincipal
      id="zope.anybody"
      title="Unauthenticated User" />
@@ -41,7 +42,7 @@
   <everybodyGroup
      id="zope.Everybody"
      title="All Users" />
-  
+
   <include package="zope.app.form.browser" />
   <include package="zope.formlib" />
   <include package="z3c.configurator"/>
@@ -50,7 +51,7 @@
   <adapter
      name="z3c.configurator.testing.settitle"
      factory="z3c.configurator.browser.testing.SetTitle"/>
-  
+
   <adapter
      name="z3c.configurator.testing.setdescription"
      factory="z3c.configurator.browser.testing.SetDescription"/>



More information about the checkins mailing list