]> git.ipfire.org Git - thirdparty/babel.git/commitdiff
Forgot to update test method name after copy/paste.
authorChristopher Lenz <cmlenz@gmail.com>
Tue, 24 Jul 2007 21:25:19 +0000 (21:25 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Tue, 24 Jul 2007 21:25:19 +0000 (21:25 +0000)
babel/messages/tests/catalog.py

index a084d73db9ee1be8d8626a6485ab55e6e0fae6f0..55310fdb2889434ae86071a519eab4ba43a22ab4 100644 (file)
@@ -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)])