summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-02 20:48:29 +0300
committermakkalot <makkalot@gmail.com>2008-06-02 20:48:29 +0300
commit2de89d9a6180c4fa6ca8a523913fd583f18c35fc (patch)
treef39acaa42550b267d0f2bbc4bc626e066835483b /test
parent1b4b73ed260c72ebeb0168c4a649e4f02eeb8dde (diff)
downloadthird_party-func-2de89d9a6180c4fa6ca8a523913fd583f18c35fc.tar.gz
third_party-func-2de89d9a6180c4fa6ca8a523913fd583f18c35fc.tar.xz
third_party-func-2de89d9a6180c4fa6ca8a523913fd583f18c35fc.zip
the test tobe from localhost
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_client.py3
1 files changed, 1 insertions, 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