From: Christopher Lenz Date: Tue, 24 Jul 2007 21:25:19 +0000 (+0000) Subject: Forgot to update test method name after copy/paste. X-Git-Tag: 1.0~419 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fafa71f8588f3a357ea07fcca668a2528200b8f1;p=thirdparty%2Fbabel.git Forgot to update test method name after copy/paste. --- diff --git a/babel/messages/tests/catalog.py b/babel/messages/tests/catalog.py index a084d73d..55310fdb 100644 --- a/babel/messages/tests/catalog.py +++ b/babel/messages/tests/catalog.py @@ -67,7 +67,7 @@ class CatalogTestCase(unittest.TestCase): self.assertEqual(['A comment', 'Another comment'], cat['foo'].user_comments) - def test_duplicate_user_comment(self): + def test_duplicate_location(self): cat = catalog.Catalog() cat.add('foo', locations=[('foo.py', 1)]) cat.add('foo', locations=[('foo.py', 1)])