From c63b2d2687bb4194331ea995e9affb092d197bb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Walter=20D=C3=B6rwald?= Date: Sun, 26 Apr 2009 19:20:29 +0000 Subject: Merged revisions 71974 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r71974 | walter.doerwald | 2009-04-26 21:16:11 +0200 (So, 26 Apr 2009) | 9 lines 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. ........ ................ --- Lib/test/test_unicodedata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_unicodedata.py b/Lib/test/test_unicodedata.py index b85b977..aed8eaa 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") -- cgit v0.12