[Python-checkins] r82086 - python/branches/py3k-dtoa/Lib/test/test_strtod.py

mark.dickinson python-checkins at python.org
Sat Jun 19 12:05:06 CEST 2010


Author: mark.dickinson
Date: Sat Jun 19 12:05:05 2010
New Revision: 82086

Log:
Increase testing level while we're working on this code.

Modified:
   python/branches/py3k-dtoa/Lib/test/test_strtod.py

Modified: python/branches/py3k-dtoa/Lib/test/test_strtod.py
==============================================================================
--- python/branches/py3k-dtoa/Lib/test/test_strtod.py	(original)
+++ python/branches/py3k-dtoa/Lib/test/test_strtod.py	Sat Jun 19 12:05:05 2010
@@ -80,7 +80,7 @@
         hexdigs,
         e + 4*hexdigs)
 
-TEST_SIZE = 10
+TEST_SIZE = 1000
 
 class StrtodTests(unittest.TestCase):
     def check_strtod(self, s):


More information about the Python-checkins mailing list