From 8fe99e6e9157d29dce14500705fb914f9c74184d Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 07 Dec 2009 05:20:13 +0000 Subject: ProbeProxy, Probe : Now generating prefixes inside the Probe for cleaner handling by upper layers --- (limited to 'tests') diff --git a/tests/probetests.py b/tests/probetests.py index 99fbf4d..7cb2ab2 100644 --- a/tests/probetests.py +++ b/tests/probetests.py @@ -440,7 +440,7 @@ class ProbeManagerTest(unittest.TestCase): assert act1.MockCB == cb1, "Callback should have been set" self.probeManager.unsubscribe("unique_id_1:SomeAddress") - assert act1.MockEventAddr == "SomeAddress", "Unsubscribe should have been called" + assert act1.MockEventAddr == "unique_id_1:SomeAddress", "Unsubscribe should have been called" def test_event_subscribe(self): self.probeManager.register_probe("act1", "unique_id_1") -- cgit v0.9.1