summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-15 18:01:52 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-06-16 11:58:15 +0100
commit42555e448cfdd8b191ccbe952ff1e91b6994341b (patch)
tree335e5cd16c936f47dec59082f5b25343f61adedf
parent704f30899161c124e16ef084289794e51cc85d37 (diff)
downloadtelepathy-mission-control-42555e448cfdd8b191ccbe952ff1e91b6994341b.tar.gz
account-manager/recover-from-disconnect.py: comment why register=True
-rw-r--r--test/twisted/account-manager/recover-from-disconnect.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/twisted/account-manager/recover-from-disconnect.py b/test/twisted/account-manager/recover-from-disconnect.py
index f28411e3..63975552 100644
--- a/test/twisted/account-manager/recover-from-disconnect.py
+++ b/test/twisted/account-manager/recover-from-disconnect.py
@@ -30,7 +30,8 @@ def test(q, bus, mc):
cm_name_ref = dbus.service.BusName(
tp_name_prefix + '.ConnectionManager.fakecm', bus=bus)
- # Create an account
+ # Create an account. We're setting register=True here to verify
+ # that after one successful connection, it'll be removed (fd.o #28118).
params = dbus.Dictionary({"account": "someguy@example.com",
"password": "secrecy",
"register": True}, signature='sv')