diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-01-21 13:13:54 +0100 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2014-01-29 14:28:06 +0100 |
commit | c252ced5cf209e869fb75dabae61f18e0db0850d (patch) | |
tree | c728351b5f94fbada34078ba106b2e3a521f3894 /tests/twisted/plugin-channel-managers.py | |
parent | 13689ba8c361ecff7eac270b6642f1f52613800a (diff) |
update for new spec
- NewChannels -> NewChannel
- RequestableChannelClasses is now in Connection
- Call. add InitialTones property
Diffstat (limited to 'tests/twisted/plugin-channel-managers.py')
-rw-r--r-- | tests/twisted/plugin-channel-managers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/plugin-channel-managers.py b/tests/twisted/plugin-channel-managers.py index 03668d733..7ae4a1d58 100644 --- a/tests/twisted/plugin-channel-managers.py +++ b/tests/twisted/plugin-channel-managers.py @@ -14,7 +14,7 @@ if not PLUGINS_ENABLED: raise SystemExit(77) # which makes the test show up as skipped def test(q, bus, conn, stream): - rccs = conn.Properties.Get(cs.CONN_IFACE_REQUESTS, + rccs = conn.Properties.Get(cs.CONN, 'RequestableChannelClasses') # These values are from plugins/test.c |