From: Walter Dörwald Date: Sun, 26 Apr 2009 19:16:11 +0000 (+0000) Subject: Merged revisions 71972 via svnmerge from X-Git-Tag: v3.1b1~175 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e250775d538622f1133a92cbf2435889c014db85;p=thirdparty%2FPython%2Fcpython.git 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. ........ --- diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index b85b9779dfd5..aed8eaa0fe6a 100644 --- a/Lib/test/test_unicodedata.py +++ b/Lib/test/test_unicodedata.py @@ -271,7 +271,7 @@ class UnicodeMiscTest(UnicodeDatabaseTest): [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")