entities/test/unittest_wfobjs.py
branchstable
changeset 7072 bcf96f2a4c5d
parent 6868 2d40f3c48f31
child 7244 a918f76441ce
--- a/entities/test/unittest_wfobjs.py	Thu Mar 10 14:59:21 2011 +0100
+++ b/entities/test/unittest_wfobjs.py	Thu Mar 10 15:18:21 2011 +0100
@@ -127,6 +127,7 @@
         # fetch the entity using the new session
         trs = list(cnx.user().cw_adapt_to('IWorkflowable').possible_transitions())
         self.assertEqual(len(trs), 0)
+        cnx.close()
 
     def _test_manager_deactivate(self, user):
         iworkflowable = user.cw_adapt_to('IWorkflowable')
@@ -211,6 +212,7 @@
         with self.assertRaises(ValidationError) as cm:
             iworkflowable.fire_transition('activate')
         self.assertEqual(cm.exception.errors, {'by_transition-subject': "transition may not be fired"})
+        cnx.close()
 
     def test_fire_transition_owned_by(self):
         self.execute('INSERT RQLExpression X: X exprtype "ERQLExpression", '