[Python-checkins] r71972 - python/trunk/Lib/test/test_unicodedata.py

walter.doerwald python-checkins at python.org
Sun Apr 26 21:11:43 CEST 2009


Author: walter.doerwald
Date: Sun Apr 26 21:11:43 2009
New Revision: 71972

Log:
Fix typo.


Modified:
   python/trunk/Lib/test/test_unicodedata.py

Modified: python/trunk/Lib/test/test_unicodedata.py
==============================================================================
--- python/trunk/Lib/test/test_unicodedata.py	(original)
+++ python/trunk/Lib/test/test_unicodedata.py	Sun Apr 26 21:11:43 2009
@@ -270,7 +270,7 @@
             [0]
         )
 
-    def test_buf_4971(self):
+    def test_bug_4971(self):
         # LETTER DZ WITH CARON: DZ, Dz, dz
         self.assertEqual(u"\u01c4".title(), u"\u01c5")
         self.assertEqual(u"\u01c5".title(), u"\u01c5")


More information about the Python-checkins mailing list