[CMF-checkins] CVS: CMF - all_cmf_tests.py:1.5
Chris Withers
chrisw@nipltd.com
Tue, 19 Nov 2002 06:47:08 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv19199
Modified Files:
all_cmf_tests.py
Log Message:
Zope now needs to be startup()'ed for tests to work.
=== CMF/all_cmf_tests.py 1.4 => 1.5 ===
--- CMF/all_cmf_tests.py:1.4 Sun Jun 30 18:27:01 2002
+++ CMF/all_cmf_tests.py Tue Nov 19 06:47:07 2002
@@ -15,6 +15,7 @@
def test_suite():
import Zope
+ Zope.startup()
from Products.CMFCore.tests.base.utils import build_test_suite
suite = unittest.TestSuite()