Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authormike <michael.jmontcalm@gmail.com>2009-12-07 05:20:13 (GMT)
committer mike <michael.jmontcalm@gmail.com>2009-12-07 05:20:40 (GMT)
commit8fe99e6e9157d29dce14500705fb914f9c74184d (patch)
tree9f69a7a8ae8a90650c90062d402ec0396470aa8b /tests
parent1d53db3b62d2b4f259b50be4b15a38ce1c152649 (diff)
ProbeProxy, Probe : Now generating prefixes inside the Probe for cleaner handling by upper layers
Diffstat (limited to 'tests')
-rw-r--r--tests/probetests.py2
1 files changed, 1 insertions, 1 deletions
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")