# HG changeset patch # User cmlenz # Date 1185312319 0 # Node ID 1448b500de4040a5bcedc51098a32ade15eb03fb # Parent fc8b8c2bba538390a9e598c2a8ecc2697874c2f4 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)])