From 9e6f278fc17671617dd9f005f403ec61f01d567a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 18 Mar 2001 20:14:25 +0000 Subject: Repair test_doctest's expected-output file (Guido added some new output). --- Lib/test/output/test_doctest | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lib/test/output/test_doctest b/Lib/test/output/test_doctest index e2b1394..2a487fb 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. -- cgit v0.12