--On 28. Dezember 2007 17:41:23 -0500 Tres Seaver <tseaver@palladion.com> wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Philipp von Weitershausen wrote:
On 25 Dec 2007, at 10:58 , Andreas Jung wrote:
"/opt/python-2.4.4/bin/python" "/Users/ajung_data/sandboxes/Zope/ ajung-2-11-prep-branch/test.py" -v Running tests at level 1 Running unit tests: Running: .......... rror in test testSetupConfiguredLoggers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase) Traceback (most recent call last): File "/opt/python-2.4.4/lib/python2.4/unittest.py", line 270, in run self.tearDown() File "/Users/ajung_data/sandboxes/Zope/ajung-2-11-prep-branch/lib/ python/Zope2/Startup/tests/testStarter.py", line 69, in tearDown test_logger.LoggingTestBase.tearDown(self) File "/Users/ajung_data/sandboxes/Zope/ajung-2-11-prep-branch/lib/ python/ZConfig/components/logger/tests/test_logger.py", line 72, in tearDown assert loghandler._reopenable_handlers == [] AssertionError ... I can say nothing about these failures. It seems like they're ZConfig-related. Jup. But I could not figure the issue so far..anyway appears as a minor issue for me so far.
Should still be dealt with before going final nevertheless...
I've just checked in a change which makes those errors go away: essentially, one test was leaving garbage log handlers around.
Thanks Tres for your latest fixes. Andreas