From 48c783d2ad109f772f09df441dd873682a7bf1b0 Mon Sep 17 00:00:00 2001 From: erick Date: Wed, 02 Dec 2009 03:31:36 +0000 Subject: Reexposed explicitly the activity_name and unique_id used in probes for the dbus session as constructor arguments on probe --- (limited to 'tests') diff --git a/tests/probetests.py b/tests/probetests.py index 37748d8..92d34a6 100644 --- a/tests/probetests.py +++ b/tests/probetests.py @@ -184,7 +184,8 @@ class ProbeTest(unittest.TestCase): #Setup the activity and probe self.activity = MockActivity() - self.probe = TProbe(self.activity, MockServiceProxy()) + self.probe = TProbe(self.activity, self.activity.get_bundle_id(), + self.activity.get_id(), service_proxy=MockServiceProxy()) #Override the eventOccured on the Probe... self.old_eO = self.probe.eventOccured -- cgit v0.9.1