1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

Remove another call to addUnexpectedSuccess with too many arguments.

Change-Id: I5f1917e74ffd57b5ae228231c27fbdf70de2992f
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Jelmer Vernooij 2015-02-01 23:20:42 +01:00 committed by Andrew Bartlett
parent b53a6df3d0
commit 02da1b3798

View File

@ -348,7 +348,7 @@ class FilterOps(unittest.TestResult):
if xfail_reason is not None:
self.uxsuccess_added += 1
self.total_uxsuccess += 1
self._ops.addUnexpectedSuccess(test, subunit.RemoteError(xfail_reason))
self._ops.addUnexpectedSuccess(test)
if self.output:
self._ops.output_msg(self.output)
if self.fail_immediately: