diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-01-13 11:10:55 +0000 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2009-02-03 14:34:10 +0000 |
commit | 0d1dfd6a06023a31dbb437aaae41a7fe4591641a (patch) | |
tree | b851f75ecf99d4fa0d767ef50c9f10a5bf361fc6 | |
parent | 3bd11513b91dd14d0795a404c25de946e24aa772 (diff) | |
download | telepathy-salut-0d1dfd6a06023a31dbb437aaae41a7fe4591641a.tar.gz |
rename tubes-to-nonexistant-jids.py to tubes-to-nonexistant-ids.py
-rw-r--r-- | tests/twisted/avahi/tubes-to-nonexistant-ids.py (renamed from tests/twisted/avahi/tubes-to-nonexistant-jids.py) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/twisted/avahi/tubes-to-nonexistant-jids.py b/tests/twisted/avahi/tubes-to-nonexistant-ids.py index 60c7ee41..4f4420cc 100644 --- a/tests/twisted/avahi/tubes-to-nonexistant-jids.py +++ b/tests/twisted/avahi/tubes-to-nonexistant-ids.py @@ -1,5 +1,5 @@ """ -Test that requests for Tubes and StreamTube channels to jids which aren't +Test that requests for Tubes and StreamTube channels to ids which aren't actually on the network fail gracefully with NotAvailable """ @@ -14,13 +14,13 @@ from constants import ( import dbus -arbitrary_jids = [ "DooN4Bei@TheeK6bo-Tegh4aci", "ahrui1iM@Dai6igho-ADetaes3" ] +arbitrary_ids = [ "DooN4Bei@TheeK6bo-Tegh4aci", "ahrui1iM@Dai6igho-ADetaes3" ] def test(q, bus, conn): conn.Connect() q.expect('dbus-signal', signal='StatusChanged', args=[0L, 0L]) - h1, h2 = conn.RequestHandles(HT_CONTACT, arbitrary_jids) + h1, h2 = conn.RequestHandles(HT_CONTACT, arbitrary_ids) try: conn.RequestChannel(CHANNEL_TYPE_TUBES, HT_CONTACT, h1, True) |