[telepathy-gabble/telepathy-gabble-0.8] test-caps-file-transfer.py: use a unique client name

Dafydd Harries dafydd.harries at collabora.co.uk
Tue Jan 12 15:59:09 PST 2010


This avoids problems with pre-existing cache entries.
---
 .../file-transfer/test-caps-file-transfer.py       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/twisted/file-transfer/test-caps-file-transfer.py b/tests/twisted/file-transfer/test-caps-file-transfer.py
index 288bb4d..3977eae 100644
--- a/tests/twisted/file-transfer/test-caps-file-transfer.py
+++ b/tests/twisted/file-transfer/test-caps-file-transfer.py
@@ -103,7 +103,7 @@ def test(q, bus, conn, stream):
     q.expect('dbus-signal', signal='StatusChanged',
             args=[cs.CONN_STATUS_CONNECTED, cs.CSR_REQUESTED])
 
-    client = 'http://telepathy.freedesktop.org/fake-client'
+    client = 'http://telepathy.freedesktop.org/fake-ft-client'
 
     test_ft_caps_from_contact(q, bus, conn, stream, 'bilbo1 at foo.com/Foo',
         2L, client)
-- 
1.5.6.5




More information about the telepathy-commits mailing list