branch | stable |
changeset 5942 | f7768f44b4ac |
parent 5813 | 0b250d72fcfa |
child 5948 | 4154bdc85fe4 |
--- a/devtools/testlib.py Wed Jul 07 15:21:21 2010 +0200 +++ b/devtools/testlib.py Thu Jul 08 15:30:53 2010 +0200 @@ -518,7 +518,7 @@ def ctrl_publish(self, req, ctrl='edit'): """call the publish method of the edit controller""" - ctrl = self.vreg['controllers'].select(ctrl, req) + ctrl = self.vreg['controllers'].select(ctrl, req, appli=self.app) try: result = ctrl.publish() req.cnx.commit()