[Python-checkins] python/dist/src/Lib/test test_cfgparser.py, 1.25,
1.26
tim_one at users.sourceforge.net
tim_one at users.sourceforge.net
Sun Oct 3 20:35:21 CEST 2004
Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29991/Lib/test
Modified Files:
test_cfgparser.py
Log Message:
Whitespace normalization.
Index: test_cfgparser.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_cfgparser.py,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- test_cfgparser.py 3 Oct 2004 15:55:09 -0000 1.25
+++ test_cfgparser.py 3 Oct 2004 18:35:19 -0000 1.26
@@ -387,7 +387,7 @@
self.assertEqual(cf.get('non-string', 'list'),
[0, 1, 1, 2, 3, 5, 8, 13])
self.assertEqual(cf.get('non-string', 'dict'), {'pi': 3.14159})
-
+
class SafeConfigParserTestCase(ConfigParserTestCase):
config_class = ConfigParser.SafeConfigParser
More information about the Python-checkins
mailing list