From 3fa9cbe98dac3de0d2ef1a4647197c76f8c94476 Mon Sep 17 00:00:00 2001 From: fijal Date: Wed, 7 Feb 2007 00:00:24 +0100 Subject: [PATCH] [svn r38039] Fix a test --HG-- branch : trunk --- py/test/rsession/testing/test_rest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/py/test/rsession/testing/test_rest.py b/py/test/rsession/testing/test_rest.py index c91109afd..96d734ff9 100644 --- a/py/test/rsession/testing/test_rest.py +++ b/py/test/rsession/testing/test_rest.py @@ -52,7 +52,8 @@ class TestRestUnits(object): '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')