From e280dfe1f06416ff3b96c9e04526048f88b6b21a Mon Sep 17 00:00:00 2001 From: hpk Date: Sat, 10 Feb 2007 16:07:30 +0100 Subject: [PATCH] [svn r38392] looponfailing tricked me into committing too early (syntax error, bah) --HG-- branch : trunk --- py/test/rsession/testing/test_hostmanage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/py/test/rsession/testing/test_hostmanage.py b/py/test/rsession/testing/test_hostmanage.py index 6240f264f..1fa5e5a83 100644 --- a/py/test/rsession/testing/test_hostmanage.py +++ b/py/test/rsession/testing/test_hostmanage.py @@ -202,8 +202,8 @@ class TestHostManager(DirSetup): dir2 = self.source.ensure("dir1", "dir2", dir=1) dir2.ensure("hello") hm = self.gethostmanager( - dist_hosts = ["localhost:%s" % self.dest] - dist_rsync_roots = [self.source] + dist_hosts = ["localhost:%s" % self.dest], + dist_rsync_roots = [str(self.source)] ) assert hm.config.topdir == self.source hm.init_rsync([].append)