[next] telepathy-rakia: Tests: Hold interface got renamed to Hold1
Xavier Claessens
xclaesse at kemper.freedesktop.org
Fri Oct 4 08:12:08 PDT 2013
Module: telepathy-rakia
Branch: next
Commit: 83e4631b0a020244b52ce1b08fef93d08f8bb2c5
URL: http://cgit.freedesktop.org/telepathy/telepathy-rakia/commit/?id=83e4631b0a020244b52ce1b08fef93d08f8bb2c5
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Thu Oct 3 12:44:06 2013 -0400
Tests: Hold interface got renamed to Hold1
---
tests/twisted/voip/calltest.py | 2 +-
tests/twisted/voip/direction-change.py | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/tests/twisted/voip/calltest.py b/tests/twisted/voip/calltest.py
index d9da66f..cb68a42 100644
--- a/tests/twisted/voip/calltest.py
+++ b/tests/twisted/voip/calltest.py
@@ -259,7 +259,7 @@ class CallTest:
self.chan = wrap_channel(
self.bus.get_object(self.conn.bus_name, self.chan_path), 'Call1',
- ['Hold'])
+ ['Hold1'])
call_props = self.chan.Properties.GetAll(cs.CHANNEL_TYPE_CALL)
self.check_call_properties(call_props)
diff --git a/tests/twisted/voip/direction-change.py b/tests/twisted/voip/direction-change.py
index b77e440..c9e4c41 100644
--- a/tests/twisted/voip/direction-change.py
+++ b/tests/twisted/voip/direction-change.py
@@ -382,7 +382,7 @@ class DirectionChange(calltest.CallTest):
def hold(self):
- self.chan.Hold.RequestHold(True)
+ self.chan.Hold1.RequestHold(True)
events = self.stream_dbus_signal_event (
'ReceivingStateChanged',
@@ -423,7 +423,7 @@ class DirectionChange(calltest.CallTest):
def unhold_fail(self, receiving=True):
- self.chan.Hold.RequestHold(False)
+ self.chan.Hold1.RequestHold(False)
events = self.stream_dbus_signal_event (
@@ -459,7 +459,7 @@ class DirectionChange(calltest.CallTest):
def unhold_succeed(self):
- self.chan.Hold.RequestHold(False)
+ self.chan.Hold1.RequestHold(False)
events = self.stream_dbus_signal_event (
'ReceivingStateChanged',
More information about the telepathy-commits
mailing list