[CMF-checkins] CVS: Products/DCWorkflow/tests -
test_DCWorkflow.py:1.7.4.1
Tres Seaver
tseaver at palladion.com
Fri Jul 15 18:41:25 EDT 2005
Update of /cvs-repository/Products/DCWorkflow/tests
In directory cvs.zope.org:/tmp/cvs-serv16776/DCWorkflow/tests
Modified Files:
Tag: tseaver-z3_interfaces-branch
test_DCWorkflow.py
Log Message:
Branch for Z3-ification of CMF interfaces
- All interfaces declared in the CMF are now Zope3-style interfaces
(the one remaining exception is to leave Zope2's
'webdav.WriteLockInterface' declared by CMFCore.PortalContent and
derivatives.).
TOOD
- Clean up XXX'es noted during this pass.
=== Products/DCWorkflow/tests/test_DCWorkflow.py 1.7 => 1.7.4.1 ===
--- Products/DCWorkflow/tests/test_DCWorkflow.py:1.7 Wed Jun 15 10:17:41 2005
+++ Products/DCWorkflow/tests/test_DCWorkflow.py Fri Jul 15 18:41:25 2005
@@ -38,14 +38,6 @@
addWorkflowFactory(DCWorkflowDefinition)
self._constructDummyWorkflow()
- def test_z2interfaces(self):
- from Interface.Verify import verifyClass
- from Products.CMFCore.interfaces.portal_workflow \
- import WorkflowDefinition as IWorkflowDefinition
- from Products.DCWorkflow.DCWorkflow import DCWorkflowDefinition
-
- verifyClass(IWorkflowDefinition, DCWorkflowDefinition)
-
def test_z3interfaces(self):
from zope.interface.verify import verifyClass
from Products.CMFCore.interfaces import IWorkflowDefinition
More information about the CMF-checkins
mailing list