Author: eric.smith
Date: Fri Aug 31 03:33:06 2007
New Revision: 57798

Modified:
   python/branches/py3k/Lib/test/test_float.py
Log:
Fixed test name.

Modified: python/branches/py3k/Lib/test/test_float.py
==============================================================================
--- python/branches/py3k/Lib/test/test_float.py (original)
+++ python/branches/py3k/Lib/test/test_float.py Fri Aug 31 03:33:06 2007
@@ -115,7 +115,7 @@
             self.assertEquals(pos_neg(), neg_neg())
 
 class FormatTestCase(unittest.TestCase):
-    def testFormat(self):
+    def test_format(self):
         # these should be rewritten to use both format(x, spec) and
         # x.__format__(spec)
 
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to