From 2de89d9a6180c4fa6ca8a523913fd583f18c35fc Mon Sep 17 00:00:00 2001 From: makkalot Date: Mon, 2 Jun 2008 20:48:29 +0300 Subject: the test tobe from localhost --- test/unittest/test_client.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py index 9628973..c92224e 100644 --- a/test/unittest/test_client.py +++ b/test/unittest/test_client.py @@ -14,8 +14,7 @@ import socket class BaseTest: # assume we are talking to localhost # th = socket.gethostname() - maho ="hard.evlan.com" - th = socket.getfqdn(maho) + th = socket.getfqdn() nforks=1 async=False -- cgit