[svn r63034] fixing some tests to work across python revisions

--HG--
branch : trunk
This commit is contained in:
hpk
2009-03-18 15:35:51 +01:00
parent 772658d616
commit ee52739b17
3 changed files with 15 additions and 14 deletions

View File

@@ -18,7 +18,7 @@ class TestGatewaySpec:
print s
spec = py.execnet.GatewaySpec(s)
assert spec.address == "popen"
assert spec.python == python
assert spec.python == (python or py.std.sys.executable)
assert spec.joinpath == joinpath
assert spec.type == "popen"
spec2 = py.execnet.GatewaySpec("popen" + joinpath)