summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 10:54:07 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2011-05-04 10:54:07 +0100
commit8d9d807fcbfb1078e2a54862f790ff20b2993846 (patch)
tree3f0eaf3728bf12d049ed973c445f63f421430646 /tests
parentad7365d495ac26d640a32a13704138594c7808f1 (diff)
parent87985ba346064580468b45b3bb272fac7d6c20d1 (diff)
downloadtelepathy-idle-8d9d807fcbfb1078e2a54862f790ff20b2993846.tar.gz
Merge branch 'test-fixes'
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/idletest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/idletest.py b/tests/twisted/idletest.py
index 5d36dfc..9785413 100644
--- a/tests/twisted/idletest.py
+++ b/tests/twisted/idletest.py
@@ -194,7 +194,7 @@ def start_server(event_func, protocol=None, port=6900):
def make_connection(bus, event_func, params=None):
default_params = {
'account': 'test',
- 'server': 'localhost',
+ 'server': '127.0.0.1',
'password': '',
'fullname': 'Test User',
'username': 'testuser',