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

fijal at codespeak.net fijal at codespeak.net
Wed Feb 7 00:00:28 CET 2007


Author: fijal
Date: Wed Feb  7 00:00:24 2007
New Revision: 38039

Modified:
   py/trunk/py/test/rsession/testing/test_rest.py
Log:
Fix a test


Modified: py/trunk/py/test/rsession/testing/test_rest.py
==============================================================================
--- py/trunk/py/test/rsession/testing/test_rest.py	(original)
+++ py/trunk/py/test/rsession/testing/test_rest.py	Wed Feb  7 00:00:24 2007
@@ -52,7 +52,8 @@
                                      'localhost\n\n')
     
     def test_report_HostRSyncing(self):
-        event = repevent.HostRSyncing(HostInfo('localhost:/foo/bar'))
+        event = repevent.HostRSyncing(HostInfo('localhost:/foo/bar'), "a",
+                                      "b")
         reporter.report(event)
         assert stdout.getvalue() == ('::\n\n   localhost: RSYNC ==> '
                                      '/foo/bar\n\n')



More information about the pytest-commit mailing list