[Checkins] SVN: z3ext.product/trunk/ - Fixed test set up to run with ZTK.

Michael Howitz mh at gocept.com
Mon Nov 29 02:28:59 EST 2010


Log message for revision 118623:
  - Fixed test set up to run with ZTK.
  
  

Changed:
  U   z3ext.product/trunk/CHANGES.txt
  U   z3ext.product/trunk/setup.py

-=-
Modified: z3ext.product/trunk/CHANGES.txt
===================================================================
--- z3ext.product/trunk/CHANGES.txt	2010-11-29 07:27:32 UTC (rev 118622)
+++ z3ext.product/trunk/CHANGES.txt	2010-11-29 07:28:58 UTC (rev 118623)
@@ -5,9 +5,11 @@
 1.5.0 (Unreleased)
 ------------------
 
-- ZTK support
+- ZTK support.
 
+- Fixed test set up to run with ZTK.
 
+
 1.4.0 (2009-08-11)
 ------------------
 

Modified: z3ext.product/trunk/setup.py
===================================================================
--- z3ext.product/trunk/setup.py	2010-11-29 07:27:32 UTC (rev 118622)
+++ z3ext.product/trunk/setup.py	2010-11-29 07:28:58 UTC (rev 118623)
@@ -69,9 +69,11 @@
                           'z3ext.controlpanel',
                           'z3ext.statusmessage',
                           ],
-      extras_require = dict(test=['zope.app.testing',
-                                  'zope.testing',
-                                  ]),
+      extras_require = dict(test=[
+          'zope.app.testing',
+          'zope.testing',
+          'zope.app.folder',
+          ]),
       include_package_data = True,
       zip_safe = False
       )



More information about the checkins mailing list