summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorSeif Lotfy <seif@lotfy.com>2011-09-07 18:50:05 +0200
committerSeif Lotfy <seif@lotfy.com>2011-09-07 18:50:05 +0200
commit811734d3e6747046f804c1fe070c9bb6c4014042 (patch)
tree5ad251ffd3056c5d1b4488804a1b8f88e78c5537 /test
parentc3603fb3633cafdf8d35d165769d89c8c03255f3 (diff)
set print for debugging the signal issue
Diffstat (limited to 'test')
-rw-r--r--test/dbus/blacklist-test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/dbus/blacklist-test.py b/test/dbus/blacklist-test.py
index 8733c4b9..5f8975d1 100644
--- a/test/dbus/blacklist-test.py
+++ b/test/dbus/blacklist-test.py
@@ -123,6 +123,7 @@ class BlacklistTest(RemoteTestCase):
def cb_added(template_id, event_template):
global hit
+ print "*** cb_added with hit", hit
self.assertEquals(hit, 0)
hit = 1
self.assertEquals(template_id, "TestTemplate")