From 3813281fec352449db98572c119179f4b3faec8d Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Fri, 15 Mar 2002 10:24:42 +0000 Subject: [PATCH] backport akuchling's checkin of revision 1.6 of test_cfgparser As part of fixing bug #523301, add a simple test of ConfigParser.write() --- Lib/test/output/test_cfgparser | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/output/test_cfgparser b/Lib/test/output/test_cfgparser index 5d705def2887..683fe1ad74f0 100644 --- a/Lib/test/output/test_cfgparser +++ b/Lib/test/output/test_cfgparser @@ -1,5 +1,6 @@ test_cfgparser Testing basic accessors... +Testing writing of files... Testing case sensitivity... Testing interpretation of boolean Values... Testing value interpolation... -- 2.47.3