From 05c177246d5b7a548395b2bb36faa90559c71943 Mon Sep 17 00:00:00 2001 From: erick Date: Sun, 15 Nov 2009 04:39:24 +0000 Subject: Added **kwargs to the do() for MockAddon used in probetests to follow to catch the activity reference now passed to the action when installed --- diff --git a/tests/probetests.py b/tests/probetests.py index 65782a3..59072e5 100644 --- a/tests/probetests.py +++ b/tests/probetests.py @@ -47,7 +47,7 @@ class MockAddon(Action): i = TIntProperty(0) s = TStringProperty("test") - def do(self): + def do(self, **kwargs): global message_box message_box = (self.i, self.s) -- cgit v0.9.1