[py-svn] r38392 - py/trunk/py/test/rsession/testing

hpk at codespeak.net hpk at codespeak.net
Sat Feb 10 16:07:30 CET 2007


Author: hpk
Date: Sat Feb 10 16:07:30 2007
New Revision: 38392

Modified:
   py/trunk/py/test/rsession/testing/test_hostmanage.py
Log:
looponfailing tricked me into committing too early
(syntax error, bah)


Modified: py/trunk/py/test/rsession/testing/test_hostmanage.py
==============================================================================
--- py/trunk/py/test/rsession/testing/test_hostmanage.py	(original)
+++ py/trunk/py/test/rsession/testing/test_hostmanage.py	Sat Feb 10 16:07:30 2007
@@ -202,8 +202,8 @@
         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)



More information about the pytest-commit mailing list