[Checkins] SVN: z3c.testsetup/branches/ulif-cleanup/setup.py Add more test required packages to run full functional tests. This

Uli Fouquet uli at gnufix.de
Sat Oct 24 08:58:02 EDT 2009


Log message for revision 105258:
  Add more test required packages to run full functional tests. This
  will most probably be removed again in near future as there is no
  strong reason for testing it (minimal ZCML samples work as well).
  

Changed:
  U   z3c.testsetup/branches/ulif-cleanup/setup.py

-=-
Modified: z3c.testsetup/branches/ulif-cleanup/setup.py
===================================================================
--- z3c.testsetup/branches/ulif-cleanup/setup.py	2009-10-24 12:56:15 UTC (rev 105257)
+++ z3c.testsetup/branches/ulif-cleanup/setup.py	2009-10-24 12:58:02 UTC (rev 105258)
@@ -8,6 +8,11 @@
     'zope.app.testing',
     'zope.app.zcmlfiles',
     'zope.component',
+    'zope.app.authentication',
+    'zope.securitypolicy',
+    'zope.app.zcmlfiles',
+    'zope.app.zptpage',
+    'zope.app.securitypolicy',
     ]
 
 long_description = (



More information about the checkins mailing list