# HG changeset patch # User cmlenz # Date 1185312319 0 # Node ID 2097287603e70ec33af65182a6a04aa12668382e # Parent 9a3f2acb55e625834949ba321bc23f7a2ed24abb 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)])