[Python-checkins] CVS: python/dist/src/Lib/test/output test_cfgparser,1.4,1.5

Fred L. Drake fdrake@users.sourceforge.net
Mon, 08 Oct 2001 10:13:14 -0700


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

Modified Files:
	test_cfgparser 
Log Message:
Added tests that check getboolean() with the newly allowed values from
SF patch #467580.


Index: test_cfgparser
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_cfgparser,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_cfgparser	2001/02/26 21:55:34	1.4
--- test_cfgparser	2001/10/08 17:13:12	1.5
***************
*** 2,5 ****
--- 2,6 ----
  Testing basic accessors...
  Testing case sensitivity...
+ Testing interpretation of boolean Values...
  Testing value interpolation...
  Testing parse errors...