[Python-checkins] CVS: python/dist/src/Lib/test/output test_StringIO,1.2,1.3

Fred L. Drake python-dev@python.org
Sat, 7 Oct 2000 09:58:15 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv2195

Modified Files:
	test_StringIO 
Log Message:

The test is good, but Jim forgot to check in the updated output.


Index: test_StringIO
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_StringIO,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_StringIO	2000/09/28 04:25:33	1.2
--- test_StringIO	2000/10/07 16:58:11	1.3
***************
*** 5,8 ****
--- 5,11 ----
  2
  'abcdefghij'
+ 'abcde'
+ Caught expected ValueError writing to closed StringIO:
+ I/O operation on closed file
  abcdefghij
  klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
***************
*** 10,11 ****
--- 13,17 ----
  2
  'abcdefghij'
+ 'abcde'
+ Caught expected ValueError writing to closed StringIO:
+ I/O operation on closed file