[telepathy-mission-control/telepathy-mission-control-5.2] Don't assume MC will start up "quickly" - under valgrind, it doesn't
Simon McVittie
simon.mcvittie at collabora.co.uk
Thu Sep 17 11:00:21 PDT 2009
---
test/twisted/servicetest.py | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/test/twisted/servicetest.py b/test/twisted/servicetest.py
index 3763610..ee32efc 100644
--- a/test/twisted/servicetest.py
+++ b/test/twisted/servicetest.py
@@ -445,7 +445,8 @@ class ProxyWrapper:
def make_mc(bus, event_func, params):
mc = bus.get_object(
tp_name_prefix + '.MissionControl5',
- tp_path_prefix + '/MissionControl5')
+ tp_path_prefix + '/MissionControl5',
+ follow_name_owner_changes=True)
assert mc is not None
return mc
--
1.5.6.5
More information about the telepathy-commits
mailing list