[CMF-checkins] CVS: CMF/CMFUid/tests - test_uidannotation.py:1.2

Grégoire Weber zope.org at incept.ch
Thu Jul 22 10:15:03 EDT 2004


Update of /cvs-repository/CMF/CMFUid/tests
In directory cvs.zope.org:/tmp/cvs-serv20938/tests

Modified Files:
	test_uidannotation.py 
Log Message:
- renamed '*AnnotatedUniqueId' to '*UniqueIdAnnotation'


=== CMF/CMFUid/tests/test_uidannotation.py 1.1 => 1.2 ===
--- CMF/CMFUid/tests/test_uidannotation.py:1.1	Thu Jul 22 09:41:21 2004
+++ CMF/CMFUid/tests/test_uidannotation.py	Thu Jul 22 10:15:03 2004
@@ -25,7 +25,7 @@
 
 from Products.CMFCore.tests.base.testcase import SecurityTest
 
-from Products.CMFUid.interfaces import IAnnotatedUniqueId
+from Products.CMFUid.interfaces import IUniqueIdAnnotation
 from Products.CMFUid.UniqueIdAnnotationTool import UniqueIdAnnotationTool
 
 
@@ -42,7 +42,7 @@
         dummy = self.root.dummy
         annotation = self.root.portal_uidannotation(dummy, UID_ATTRNAME)
         
-        IAnnotatedUniqueId.isImplementedBy(annotation)
+        IUniqueIdAnnotation.isImplementedBy(annotation)
         
     def test_setAndGetUid(self):
         dummy = self.root.dummy



More information about the CMF-checkins mailing list