diff options
author | Will Thompson <will.thompson@collabora.co.uk> | 2010-07-11 11:00:33 +0100 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2010-07-11 11:00:33 +0100 |
commit | 780b9193dfa8f601acde1ee4f6ffb753921d554a (patch) | |
tree | a0064ebeeb73fe4a4aecb869671029a45cbcdae4 | |
parent | c772048a95b15ae01b0d0bd80822b85f617a3b5f (diff) |
Add a FIXME for hazetest/gabbletest divergence
-rw-r--r-- | tests/twisted/hazetest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/hazetest.py b/tests/twisted/hazetest.py index bc9593e..90cbb32 100644 --- a/tests/twisted/hazetest.py +++ b/tests/twisted/hazetest.py @@ -279,6 +279,7 @@ def make_connection(bus, event_func, params=None): default_params = { 'account': 'test@localhost/Resource', 'password': 'pass', + # FIXME: fd.o#14212 #'resource': 'Resource', 'server': 'localhost', 'port': dbus.UInt32(4242), |