[svn r38039] Fix a test
--HG-- branch : trunk
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user