From 4602ede2eab81123837642bdd75cd8969c30cca9 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 13 Oct 2011 19:03:26 +0200 Subject: Update to newer version of subunit. Autobuild-User: Jelmer Vernooij Autobuild-Date: Thu Oct 13 20:37:18 CEST 2011 on sn-devel-104 --- lib/subunit/NEWS | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/subunit/NEWS') diff --git a/lib/subunit/NEWS b/lib/subunit/NEWS index f91b11a00e..2edf7369d9 100644 --- a/lib/subunit/NEWS +++ b/lib/subunit/NEWS @@ -26,9 +26,13 @@ IMPROVEMENTS * Force flush of writes to stdout in c/tests/test_child. (Jelmer Vernooij, #687611) +* Perl module now correctly outputs "failure" instead of "fail". (Stewart Smith) + * Provisional Python 3.x support. (Robert Collins, Tres Seaver, Martin[gz], #666819) +* Shell functions now output timestamps. (Stewart Smith) + * ``subunit.chunked.Decoder`` Python class takes a new ``strict`` option, which defaults to ``True``. When ``False``, the ``Decoder`` will accept incorrect input that is still unambiguous. i.e. subunit will not barf if -- cgit