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

Tim Peters python-dev@python.org
Tue, 09 Jan 2001 15:26:41 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv31420/python/dist/src/Lib/test/output

Modified Files:
	test_xreadline 
Log Message:
Assorted xreadlines problems:
    Wasn't built on Windows; not in config.c either.
    Module init function missing DL_EXPORT magic.
    test_xreadline output file obviously wrong (started w/ "test_xrl").
    test program very unclear about what was expected.


Index: test_xreadline
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_xreadline,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_xreadline	2001/01/09 21:47:44	1.1
--- test_xreadline	2001/01/09 23:26:39	1.2
***************
*** 1,4 ****
! test_xrl
! AttributeError
! TypeError
! RuntimeError xreadlines object accessed out of order
--- 1,4 ----
! test_xreadline
! AttributeError (expected)
! TypeError (expected)
! RuntimeError (expected): xreadlines object accessed out of order