From 5c0b43d1e26e28608170baf2887a82124b62fa36 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 7 Oct 2000 16:58:11 +0000 Subject: The test is good, but Jim forgot to check in the updated output. --- Lib/test/output/test_StringIO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Lib/test/output/test_StringIO b/Lib/test/output/test_StringIO index ce983c0..e2c5c31 100644 --- a/Lib/test/output/test_StringIO +++ b/Lib/test/output/test_StringIO @@ -4,8 +4,14 @@ klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcdefghij' +'abcde' +Caught expected ValueError writing to closed StringIO: +I/O operation on closed file abcdefghij klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ 2 'abcdefghij' +'abcde' +Caught expected ValueError writing to closed StringIO: +I/O operation on closed file -- cgit v0.12