changeset 232:1448b500de40

Forgot to update test method name after copy/paste.
author cmlenz
date Tue, 24 Jul 2007 21:25:19 +0000
parents fc8b8c2bba53
children 451aac9888f5
files babel/messages/tests/catalog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)])
Copyright (C) 2012-2017 Edgewall Software