[CMF-checkins] CVS: CMF - all_cmf_tests.py:1.11
Tres Seaver
tseaver at zope.com
Tue Jun 1 13:48:08 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv14136
Modified Files:
all_cmf_tests.py
Log Message:
- Merge CMFSetup into 'all_cmf_tests'.
=== CMF/all_cmf_tests.py 1.10 => 1.11 ===
--- CMF/all_cmf_tests.py:1.10 Mon Apr 26 04:55:24 2004
+++ CMF/all_cmf_tests.py Tue Jun 1 13:48:05 2004
@@ -32,9 +32,10 @@
CMF_PACKAGES = [ ( 'CMFCore', 1 )
, ( 'CMFDefault', 1 )
, ( 'CMFTopic', 1 )
- , ( 'CMFCalendar', 0 )
- , ( 'CMFActionIcons', 0 )
, ( 'DCWorkflow', 1 )
+ , ( 'CMFActionIcons', 1 )
+ , ( 'CMFSetup', 1 )
+ , ( 'CMFCalendar', 0 )
]
PACKAGES_UNDER_TEST = []
More information about the CMF-checkins
mailing list