]> granicus.if.org Git - python/commitdiff
Merged revisions 71972 via svnmerge from
authorWalter Dörwald <walter@livinglogic.de>
Sun, 26 Apr 2009 19:12:55 +0000 (19:12 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Sun, 26 Apr 2009 19:12:55 +0000 (19:12 +0000)
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.
........

Lib/test/test_unicodedata.py

index 1651b4644bad266d168c0596e9fe0d282a559144..baa36cbf1877856bd69731d6f9916952a606f551 100644 (file)
@@ -270,7 +270,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest):
             [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")