From 47a91d2aa928cf92b30fd4131ed578843f264623 Mon Sep 17 00:00:00 2001 From: hpk Date: Tue, 17 Mar 2009 14:58:13 +0100 Subject: [PATCH] [svn r62999] this test can easily pass. --HG-- branch : trunk --- py/test/dsession/testing/test_functional_dsession.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/py/test/dsession/testing/test_functional_dsession.py b/py/test/dsession/testing/test_functional_dsession.py index 82c5bd59f..4c3abc8c1 100644 --- a/py/test/dsession/testing/test_functional_dsession.py +++ b/py/test/dsession/testing/test_functional_dsession.py @@ -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*"