summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2010-12-22 11:01:31 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2010-12-22 11:21:17 +0000
commit9ad89fea078ea23178a99608fc18b753bd6f2005 (patch)
tree33c58c8f4952f63cb3550ddad1cffa15feb03ff3
parent4afb8eb6314395eae3e3c4a905062183c2dcc090 (diff)
create-twice.py: use a different 'account' parameter
This test runs right before a test which passed or failed depending on whether this test was run. The logs were made much harder to read by them both creating accounts with very similar names.
-rw-r--r--test/twisted/account-manager/create-twice.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/twisted/account-manager/create-twice.py b/test/twisted/account-manager/create-twice.py
index 9aa3155f..2f0c0e0c 100644
--- a/test/twisted/account-manager/create-twice.py
+++ b/test/twisted/account-manager/create-twice.py
@@ -32,7 +32,7 @@ def test(q, bus, mc):
# fd.o #25684: creating similarly-named accounts in very quick succession
# used to fail
- params = dbus.Dictionary({"account": "anarki",
+ params = dbus.Dictionary({"account": "create-twice",
"password": "secrecy"}, signature='sv')
cm_name_ref = dbus.service.BusName(cs.tp_name_prefix +