[svn r62999] this test can easily pass.

--HG--
branch : trunk
This commit is contained in:
hpk 2009-03-17 14:58:13 +01:00
parent 0def6737ac
commit 47a91d2aa9
1 changed files with 1 additions and 2 deletions

View File

@ -63,7 +63,6 @@ class TestAsyncFunctional:
assert ev.host.address == "popen"
ev, = eq.geteventargs("testrunfinish")
@py.test.mark.xfail("XXX")
def test_distribution_rsyncdirs_example(self, testdir):
source = testdir.mkdir("source")
dest = testdir.mkdir("dest")
@ -72,7 +71,7 @@ class TestAsyncFunctional:
p = subdir.join("test_one.py")
p.write("def test_5(): assert not __file__.startswith(%r)" % str(p))
result = testdir.runpytest("-d", "--rsyncdirs=%(subdir)s" % locals(),
"--hosts=popen:%(dest)s" % locals())
"--hosts=popen:%(dest)s" % locals(), p)
assert result.ret == 0
result.stdout.fnmatch_lines([
"*1 passed*"