[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher - meta.zcml:1.1 publisher-meta.zcml:NONE
Barry A. Warsaw
barry@zope.com
Mon, 17 Jun 2002 15:01:07 -0400
Steve, did you actually run the unittests after these changes? I'm
getting 81 failures now of things like:
======================================================================
ERROR: testServiceProvideClassDirective (Zope.App.ZMI.tests.testServiceProvideClass.ServiceProvideClassTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/barry/projects/zope3/lib/python/Zope/App/ZMI/tests/testServiceProvideClass.py", line 43, in setUp
xmlconfig(open(defs_path))
IOError: [Errno 2] No such file or directory: '/home/barry/projects/zope3/lib/python/Zope/App/ZMI/zmi-meta.zcml'
----------------------------------------------------------------------
Ran 1737 tests in 56.002s
FAILED (errors=81)
I just fixed the test in Zope/I18n but it looks like there's lots of
other tests that got broken by these changes.
(Apologies to Guido: I don't think your changes had anything to do with it ;)
-Barry