[Checkins] SVN: zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py Fixed duplicate test method name

Hanno Schlichting hannosch at hannosch.eu
Sun Sep 12 10:48:14 EDT 2010


Log message for revision 116328:
  Fixed duplicate test method name
  

Changed:
  U   zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py

-=-
Modified: zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py
===================================================================
--- zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py	2010-09-12 14:45:19 UTC (rev 116327)
+++ zope.schema/trunk/src/zope/schema/tests/test_vocabulary.py	2010-09-12 14:48:14 UTC (rev 116328)
@@ -164,7 +164,7 @@
         except ValueError, e:
             self.assertEquals(e.message, "term tokens must be unique: '2'")
 
-    def test_nonunique_token_message(self):
+    def test_nonunique_token_messages(self):
         try:
             vocabulary.SimpleVocabulary.fromItems([(0, 'one'), (1, 'one')])
         except ValueError, e:



More information about the checkins mailing list