# HG changeset patch # User sylvain.thenault@logilab.fr # Date 1239900674 -7200 # Node ID 41fe68a4f94cc58c9df0c4fda06f39e397e3ead3 # Parent 618f6aee8d5278e87bfd8681aaf5ab5c951f9c5f# Parent c4f4f8bacb92940a10acf93052d4d86d0de6a109 merge diff -r 618f6aee8d52 -r 41fe68a4f94c devtools/apptest.py --- a/devtools/apptest.py Thu Apr 16 18:31:53 2009 +0200 +++ b/devtools/apptest.py Thu Apr 16 18:51:14 2009 +0200 @@ -228,6 +228,10 @@ def paddrelactions(self, req, rset): return [(a.id, a.__class__) for a in self.vreg.possible_vobjects('actions', req, rset) if a.category == 'addrelated'] + + def pmainactions(self, req, rset): + return [(a.id, a.__class__) for a in self.vreg.possible_vobjects('actions', req, rset) + if a.category == 'mainactions'] def remote_call(self, fname, *args): """remote call simulation"""