[Checkins] SVN: z3c.layer.pagelet/trunk/ Requiring `zope.login` so tests run with `zope.publisher` >= 3.12.

Michael Howitz mh at gocept.com
Fri Aug 20 09:41:09 EDT 2010


Log message for revision 115832:
  Requiring `zope.login` so tests run with `zope.publisher` >= 3.12.
  

Changed:
  U   z3c.layer.pagelet/trunk/CHANGES.txt
  U   z3c.layer.pagelet/trunk/setup.py
  U   z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/tests/ftesting.zcml

-=-
Modified: z3c.layer.pagelet/trunk/CHANGES.txt
===================================================================
--- z3c.layer.pagelet/trunk/CHANGES.txt	2010-08-20 13:09:48 UTC (rev 115831)
+++ z3c.layer.pagelet/trunk/CHANGES.txt	2010-08-20 13:41:08 UTC (rev 115832)
@@ -5,7 +5,7 @@
 1.7.1 (unreleased)
 ------------------
 
-- Nothing changed yet.
+- Requiring `zope.login` so tests run with `zope.publisher` >= 3.12.
 
 
 1.7.0 (2009-12-24)

Modified: z3c.layer.pagelet/trunk/setup.py
===================================================================
--- z3c.layer.pagelet/trunk/setup.py	2010-08-20 13:09:48 UTC (rev 115831)
+++ z3c.layer.pagelet/trunk/setup.py	2010-08-20 13:41:08 UTC (rev 115832)
@@ -25,7 +25,7 @@
     version = '1.7.1dev',
     author='Zope Foundation and Contributors',
     author_email='zope-dev at zope.org',
-    description = "Pagelet layer setup for Zope3",
+    description = "Pagelet layer setup for Zope 3",
     long_description=(
         read('README.txt')
         + '\n\n' +
@@ -74,7 +74,8 @@
         'zope.browserresource',
         'zope.component',
         'zope.interface',
-        'zope.publisher',
+        'zope.login',
+        'zope.publisher>=3.12',
         ],
     zip_safe = False,
 )

Modified: z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/tests/ftesting.zcml
===================================================================
--- z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/tests/ftesting.zcml	2010-08-20 13:09:48 UTC (rev 115831)
+++ z3c.layer.pagelet/trunk/src/z3c/layer/pagelet/tests/ftesting.zcml	2010-08-20 13:41:08 UTC (rev 115832)
@@ -47,6 +47,7 @@
   <include package="zope.traversing" />
   <include package="zope.session" />
   <include package="zope.security" file="permissions.zcml" />
+  <include package="zope.login" />
 
 
   <!-- z3c component -->



More information about the checkins mailing list