sobjects/test/unittest_notification.py
branchstable
changeset 5994 97c55baefa0c
parent 5556 9ab2b4c74baf
child 6340 470d8e828fda
--- a/sobjects/test/unittest_notification.py	Thu Jul 15 12:03:13 2010 +0200
+++ b/sobjects/test/unittest_notification.py	Mon Jul 19 15:37:02 2010 +0200
@@ -85,7 +85,7 @@
     def test_status_change_view(self):
         req = self.request()
         u = self.create_user('toto', req=req)
-        u.fire_transition('deactivate', comment=u'yeah')
+        u.cw_adapt_to('IWorkflowable').fire_transition('deactivate', comment=u'yeah')
         self.failIf(MAILBOX)
         self.commit()
         self.assertEquals(len(MAILBOX), 1)