summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-07 16:58:11 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-07 16:58:11 (GMT)
commit5c0b43d1e26e28608170baf2887a82124b62fa36 (patch)
treeb9ef64267e7bfc0b2ab654b3f5c5b611e5383648 /Lib
parent4095101c78c6313286306cb55b8aa5f840ce9197 (diff)
downloadcpython-5c0b43d1e26e28608170baf2887a82124b62fa36.zip
cpython-5c0b43d1e26e28608170baf2887a82124b62fa36.tar.gz
cpython-5c0b43d1e26e28608170baf2887a82124b62fa36.tar.bz2
The test is good, but Jim forgot to check in the updated output.
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/output/test_StringIO6
1 files changed, 6 insertions, 0 deletions
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