--- a/devtools/apptest.py Wed Apr 15 16:42:00 2009 -0700
+++ b/devtools/apptest.py Thu Apr 16 17:37:59 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"""