[svn r37459] fix socketgateway test to run on both win32 and linux

--HG--
branch : trunk
This commit is contained in:
hpk
2007-01-28 11:14:22 +01:00
parent e64d602cd2
commit 6838180187
2 changed files with 8 additions and 8 deletions

View File

@@ -437,7 +437,9 @@ class SocketGatewaySetup:
def setup_class(cls):
# open a gateway to a fresh child process
cls.proxygw = py.execnet.PopenGateway()
cls.gw = py.execnet.SocketGateway.remote_install(cls.proxygw)
cls.gw = py.execnet.SocketGateway.remote_install(cls.proxygw,
("127.0.0.1", 0)
)
## def teardown_class(cls):
## cls.gw.exit()