[CMF-checkins] CVS: CMF - all_cmf_tests.py:1.8
Florent Guillaume
fg@nuxeo.com
Tue, 24 Jun 2003 09:31:13 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv29194
Modified Files:
all_cmf_tests.py
Log Message:
DCWorkflow is now a required package in CMF releases, so we should test it.
=== CMF/all_cmf_tests.py 1.7 => 1.8 ===
--- CMF/all_cmf_tests.py:1.7 Tue Dec 10 14:08:44 2002
+++ CMF/all_cmf_tests.py Tue Jun 24 09:31:10 2003
@@ -7,7 +7,7 @@
, ( 'CMFDefault', 1 )
, ( 'CMFTopic', 1 )
, ( 'CMFCalendar', 0 )
- , ( 'DCWorkflow', 0 )
+ , ( 'DCWorkflow', 1 )
]
PACKAGES_UNDER_TEST = []