entities/test/unittest_wfobjs.py
branch3.5
changeset 2985 79185b3ccf2c
parent 2984 31c24caf6961
child 2992 a5b8bf107a1a
--- a/entities/test/unittest_wfobjs.py	Tue Aug 25 13:35:45 2009 +0200
+++ b/entities/test/unittest_wfobjs.py	Tue Aug 25 13:36:02 2009 +0200
@@ -212,8 +212,7 @@
         self.assertEquals(ex.errors, {'custom_workflow': u'workflow has no initial state'})
 
     def test_custom_wf_bad_etype(self):
-        """try to set a custom workflow which has no initial state"""
-        self.member.fire_transition('deactivate')
+        """try to set a custom workflow which doesn't apply to entity type"""
         wf = add_wf(self, 'Company')
         wf.add_state('asleep', initial=True)
         self.execute('SET X custom_workflow WF WHERE X eid %(x)s, WF eid %(wf)s',