[CMF-checkins] CVS: CMF - all_cmf_tests.py:1.7.14.1
Tres Seaver
tseaver at zope.com
Sat Mar 6 16:25:12 EST 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv25906
Modified Files:
Tag: CMF-1_4-branch
all_cmf_tests.py
Log Message:
- Make testing work under Z27 instance home.
=== CMF/all_cmf_tests.py 1.7 => 1.7.14.1 ===
--- CMF/all_cmf_tests.py:1.7 Tue Dec 10 14:08:44 2002
+++ CMF/all_cmf_tests.py Sat Mar 6 16:25:11 2004
@@ -7,13 +7,14 @@
, ( 'CMFDefault', 1 )
, ( 'CMFTopic', 1 )
, ( 'CMFCalendar', 0 )
- , ( 'DCWorkflow', 0 )
+ , ( 'DCWorkflow', 1 )
]
PACKAGES_UNDER_TEST = []
def test_suite():
+ import Testing
import Zope
try:
More information about the CMF-checkins
mailing list