# HG changeset patch # User cmlenz # Date 1185312319 0 # Node ID 28f6d855476fedf4b965cebc99c7abe47daf1d91 # Parent 0c390005e92daf6d1c3518ae6db576aedb86530f Forgot to update test method name after copy/paste. diff --git a/babel/messages/tests/catalog.py b/babel/messages/tests/catalog.py --- a/babel/messages/tests/catalog.py +++ b/babel/messages/tests/catalog.py @@ -67,7 +67,7 @@ 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)])