robustiy some randomly failing tests

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-12-29 12:36:45 +01:00
parent 425e4849f3
commit 71e332c9c4
4 changed files with 6 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ def test_make_repo(path1, tmpdir):
repo = py.path.svnurl("file://%s" % repo)
wc = py.path.svnwc(tmpdir.join("wc"))
wc.checkout(repo)
assert wc.info().rev == 0
assert wc.rev == 0
assert len(wc.listdir()) == 0
p = wc.join("a_file")
p.write("test file")