Re: [Python-Dev] cpython: test_logging coverage improvements.

On Tue, 26 Apr 2011 19:43:12 +0200 vinay.sajip python-checkins@python.org wrote:
http://hg.python.org/cpython/rev/ababe8a73327 changeset: 69575:ababe8a73327 user: Vinay Sajip vinay_sajip@yahoo.co.uk date: Tue Apr 26 18:43:05 2011 +0100 summary: test_logging coverage improvements.
Apparently produces some failures:
====================================================================== FAIL: test_time (test.test_logging.FormatterTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "/usr/home/buildbot/buildarea/3.x.krah-freebsd/build/Lib/test/test_logging.py", line 2238, in test_time self.assertEqual(f.formatTime(r), '1993-04-21 08:03:00,123') AssertionError: '1993-04-21 09:03:00,123' != '1993-04-21 08:03:00,123' - 1993-04-21 09:03:00,123 ? ^ + 1993-04-21 08:03:00,123 ? ^
(http://www.python.org/dev/buildbot/all/builders/AMD64%20FreeBSD%208.2%203.x/...)
Regards
Antoine.
participants (1)
-
Antoine Pitrou