[Checkins] SVN: zam.api/trunk/ - A test dependency (zope.app.session) was missing

Adam Groszer agroszer at gmail.com
Sun Jun 7 05:40:44 EDT 2009


Log message for revision 100678:
  - A test dependency (zope.app.session) was missing
    (still checking with KGS 3.4)

Changed:
  U   zam.api/trunk/CHANGES.txt
  U   zam.api/trunk/setup.py

-=-
Modified: zam.api/trunk/CHANGES.txt
===================================================================
--- zam.api/trunk/CHANGES.txt	2009-06-07 08:28:29 UTC (rev 100677)
+++ zam.api/trunk/CHANGES.txt	2009-06-07 09:40:44 UTC (rev 100678)
@@ -6,13 +6,14 @@
 Version 0.5.3dev (unreleased)
 -----------------------------
 
-- ...
+- A test dependency (zope.app.session) was missing
+  (still checking with KGS 3.4)
 
 Version 0.5.2 (2008-04-11)
 --------------------------
 
 - Simplify ftesting setup, removed duplicated configuration. Make it better
-  reusable. Now we can include app.zcml and mixin ftesting.zcml at the same 
+  reusable. Now we can include app.zcml and mixin ftesting.zcml at the same
   time in plugin tests.
 
 Version 0.5.1 (2008-04-13)
@@ -24,8 +25,8 @@
 --------------------------
 
 - Now plugin provides it's own management form. By default the PluginManagement
-  page can be used which is a mixin of IContentProvider and IForm. This makes 
-  it possible to write intelligent plugin management views which can do more 
+  page can be used which is a mixin of IContentProvider and IForm. This makes
+  it possible to write intelligent plugin management views which can do more
   then just install and uninstall.
 
 - Initial Release

Modified: zam.api/trunk/setup.py
===================================================================
--- zam.api/trunk/setup.py	2009-06-07 08:28:29 UTC (rev 100677)
+++ zam.api/trunk/setup.py	2009-06-07 09:40:44 UTC (rev 100678)
@@ -60,6 +60,7 @@
             'zope.app.server',
             'zope.app.testing',
             'zope.app.twisted',
+            'zope.app.session',
             'zope.testbrowser',
             'zope.testing',
             ],



More information about the Checkins mailing list