changeset 7244 | a918f76441ce |
parent 6415 | b0b0f097a72d |
child 7791 | 31bb51ea5485 |
--- a/sobjects/test/unittest_notification.py Fri Apr 22 10:29:23 2011 +0200 +++ b/sobjects/test/unittest_notification.py Fri Apr 22 11:58:41 2011 +0200 @@ -84,7 +84,7 @@ def test_status_change_view(self): req = self.request() - u = self.create_user('toto', req=req) + u = self.create_user(req, 'toto') u.cw_adapt_to('IWorkflowable').fire_transition('deactivate', comment=u'yeah') self.failIf(MAILBOX) self.commit()