SVN: zope.testing/trunk/CHANGES.txt Add LP reference, make changes recent-first.
Tres Seaver <[email protected]> Wed, 19 May 2010 11:15:28 -0400 (EDT)
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20100519151528.4A634941B7__9398.45305770195$1274282139$gmane$org@cvs.zope.org> |
Log message for revision 112548: Add LP reference, make changes recent-first. Changed: U zope.testing/trunk/CHANGES.txt -=- Modified: zope.testing/trunk/CHANGES.txt =================================================================== --- zope.testing/trunk/CHANGES.txt 2010-05-19 14:07:35 UTC (rev 112547) +++ zope.testing/trunk/CHANGES.txt 2010-05-19 15:15:27 UTC (rev 112548) @@ -4,14 +4,14 @@ 3.9.5 (Unreleased) ================== +- LP #579019: When layers were run in parallel, their tearDown was not + called. Additionally, the first layer which was run in the main + thread did not have it's tearDown called either. + - Deprecated zope.testing.testrunner and zope.testing.exceptions. They have been moved to a separate zope.testrunner module, and will be removed from zope.testing in 4.0.0, together with zope.testing.doctest. -- When layers were run in parallel, their tearDown was not - called. Additionally, the first layer which was run in the main - thread did not have it's tearDown called either. - 3.9.4 (2010-04-13) ==================