[Zope-Coders] Zope 2.6 breaks CMF Tests

Shane Hathaway shane@zope.com
Sat, 16 Nov 2002 23:41:53 -0500


Chris Withers wrote:

> I tried the following patch:
> --- \zope\cmf_dev\Products\all_cmf_tests.py     Mon Aug 19 18:25:46 2002
> +++ all_cmf_tests.py    Fri Nov 15 11:02:50 2002
> @@ -14,7 +14,9 @@
>
>  def test_suite():
>
> +    import Testing
>      import Zope

If you insert "Zope.startup()" here, everything should work.  It's not a 
completely satisfactory solution, though.  Any ideas, everyone?  We had 
to slightly modify the way Zope starts up to deal with a big ZEO bug.

Shane