From: Tim Peters Date: Sun, 18 Mar 2001 20:14:25 +0000 (+0000) Subject: Repair test_doctest's expected-output file (Guido added some new output). X-Git-Tag: v2.1b2~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9e6f278fc17671617dd9f005f403ec61f01d567a;p=thirdparty%2FPython%2Fcpython.git Repair test_doctest's expected-output file (Guido added some new output). --- diff --git a/Lib/test/output/test_doctest b/Lib/test/output/test_doctest index e2b13943a85b..2a487fb8da84 100644 --- a/Lib/test/output/test_doctest +++ b/Lib/test/output/test_doctest @@ -67,6 +67,7 @@ Expecting: (0, 2) ok Trying: t.summarize() Expecting: +***************************************************************** 1 items had failures: 1 of 2 in XYZ ***Test Failed*** 1 failures. @@ -76,6 +77,7 @@ Trying: t.summarize(verbose=1) Expecting: 1 items passed all tests: 2 tests in example2 +***************************************************************** 1 items had failures: 1 of 2 in XYZ 4 tests in 2 items.