merge
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 16 Apr 2009 17:49:52 +0200
changeset 1384 c4f4f8bacb92
parent 1383 a793dc5bfd67 (diff)
parent 1381 6042f1b342bb (current diff)
child 1385 41fe68a4f94c
child 1394 ff1e912cbc39
merge
--- a/devtools/apptest.py	Thu Apr 16 16:02:24 2009 +0200
+++ b/devtools/apptest.py	Thu Apr 16 17:49:52 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"""