[Telepathy-commits] [telepathy-salut/master] test-tube-close.py: Fix contact name

Alban Crequy alban.crequy at collabora.co.uk
Fri Feb 6 03:14:53 PST 2009


---
 tests/twisted/avahi/test-tube-close.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/avahi/test-tube-close.py b/tests/twisted/avahi/test-tube-close.py
index 1bbe6b9..b7a85bc 100644
--- a/tests/twisted/avahi/test-tube-close.py
+++ b/tests/twisted/avahi/test-tube-close.py
@@ -38,7 +38,7 @@ def test(q, bus, conn):
     q.expect('dbus-signal', signal='StatusChanged', args=[0L, 0L])
     basic_txt = { "txtvers": "1", "status": "avail" }
 
-    contact_name = PUBLISHED_NAME + get_host_name()
+    contact_name = PUBLISHED_NAME + "@" + get_host_name()
     listener, port = setup_stream_listener(q, contact_name)
 
     announcer = AvahiAnnouncer(contact_name, "_presence._tcp", port, basic_txt)
-- 
1.5.6.5




More information about the telepathy-commits mailing list