SVN: zope.testing/trunk/ - fixed spelling
Michael Howitz <[email protected]>
| Newsgroups | gmane.comp.web.zope.zope3.cvs |
|---|---|
| Message-ID | <20090608065831.296FC941BB__8749.55914118818$1244444321$gmane$org@cvs.zope.org> |
Log message for revision 100726: - fixed spelling - removed zpkg slug Changed: U zope.testing/trunk/CHANGES.txt D zope.testing/trunk/src/zope/testing/DEPENDENCIES.cfg -=- Modified: zope.testing/trunk/CHANGES.txt =================================================================== --- zope.testing/trunk/CHANGES.txt 2009-06-08 06:57:52 UTC (rev 100725) +++ zope.testing/trunk/CHANGES.txt 2009-06-08 06:58:30 UTC (rev 100726) @@ -4,15 +4,18 @@ 3.7.5 (unreleased) ================== -- Fix bug when running subprocesses on Windows +- Fix bug when running subprocesses on Windows. + - The option REPORT_ONLY_FIRST_FAILURE (command line option "-1") is now respected even when a doctest declares its own REPORTING_FLAGS, such as REPORT_NDIFF. + - Fixed bug that broke readline with pdb when using doctest (see http://bugs.python.org/issue5727). -- make tests pass on win and linux at the same time +- Made tests pass on Windows and Linux at the same time. + 3.7.4 (2009-05-01) ================== Deleted: zope.testing/trunk/src/zope/testing/DEPENDENCIES.cfg =================================================================== --- zope.testing/trunk/src/zope/testing/DEPENDENCIES.cfg 2009-06-08 06:57:52 UTC (rev 100725) +++ zope.testing/trunk/src/zope/testing/DEPENDENCIES.cfg 2009-06-08 06:58:30 UTC (rev 100726) @@ -1 +0,0 @@ -zope.exceptions