fix a flaky test

--HG--
branch : trunk
This commit is contained in:
holger krekel 2009-11-20 10:04:40 +01:00
parent ecb19b751a
commit bcede77e45
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class TestGatewayManagerPopen:
call = hookrecorder.popcall("pytest_gwmanage_rsyncstart")
assert call.source == source
assert len(call.gateways) == 1
assert hm.group["1"] == call.gateways[0]
assert call.gateways[0] in hm.group
call = hookrecorder.popcall("pytest_gwmanage_rsyncfinish")
class pytest_funcarg__mysetup: