[Python-checkins] r71974 - in python/branches/py3k: Lib/test/test_unicodedata.py

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


Author: walter.doerwald
Date: Sun Apr 26 21:16:11 2009
New Revision: 71974

Log:
Merged revisions 71972 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r71972 | walter.doerwald | 2009-04-26 21:11:43 +0200 (So, 26 Apr 2009) | 2 lines
  
  Fix typo.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Lib/test/test_unicodedata.py

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


More information about the Python-checkins mailing list