merge
authorsylvain.thenault@logilab.fr
Thu, 16 Apr 2009 18:51:14 +0200
changeset 1385 41fe68a4f94c
parent 1382 618f6aee8d52 (current diff)
parent 1384 c4f4f8bacb92 (diff)
child 1395 e7f12251945a
merge
--- 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"""