[Telepathy-commits] [telepathy-salut/master] Remove the modding of the dbus signal paths

Sjoerd Simons sjoerd.simons at collabora.co.uk
Tue Sep 2 07:36:18 PDT 2008


---
 tests/twisted/servicetest.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/servicetest.py b/tests/twisted/servicetest.py
index a700630..4a56f90 100644
--- a/tests/twisted/servicetest.py
+++ b/tests/twisted/servicetest.py
@@ -406,7 +406,7 @@ def make_connection(bus, event_func, name, proto, params):
         lambda *args, **kw:
             event_func(
                 Event('dbus-signal',
-                    path=unwrap(kw['path'])[len(tp_path_prefix):],
+                    path=unwrap(kw['path']),
                     signal=kw['member'], args=map(unwrap, args),
                     interface=kw['interface'])),
         None,       # signal name
-- 
1.5.6.3




More information about the Telepathy-commits mailing list