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

Fred L. Drake python-dev@python.org
Wed, 27 Sep 2000 21:25:36 -0700


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

Modified Files:
	test_StringIO 
Log Message:

Added some tests for the truncate() method; one is commented out because
cStringIO does not get it right (reported as SF bug #115531).

Added test for ValueError when write() is called on a closed StringIO
object.  Commented out because cStringIO does not get it right
(reported as SF bug #115530).


Index: test_StringIO
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_StringIO,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_StringIO	2000/09/19 16:35:39	1.1
--- test_StringIO	2000/09/28 04:25:33	1.2
***************
*** 4,9 ****
--- 4,11 ----
  
  2
+ 'abcdefghij'
  abcdefghij
  klmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
  
  2
+ 'abcdefghij'