From 1d00a7f42f8dc7905490de0d7ccf218db3730f1e 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 17c6afc..357d223 100644 --- a/tests/probetests.py +++ b/tests/probetests.py @@ -187,7 +187,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