[Telepathy-commits] [telepathy-salut/master] Make default arguments right for a salut connection
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Mon Sep 1 06:48:26 PDT 2008
---
tests/twisted/saluttest.py | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/tests/twisted/saluttest.py b/tests/twisted/saluttest.py
index 0e85969..0bc01ab 100644
--- a/tests/twisted/saluttest.py
+++ b/tests/twisted/saluttest.py
@@ -16,11 +16,8 @@ import dbus
def make_connection(bus, event_func, params=None):
default_params = {
- 'account': 'test at localhost/Resource',
- 'password': 'pass',
- 'resource': 'Resource',
- 'server': 'localhost',
- 'port': dbus.UInt32(4242),
+ 'first-name': 'test',
+ 'last-name': 'suite',
}
if params:
--
1.5.6.3
More information about the Telepathy-commits
mailing list