r1068256 | hwright | 2011-02-08 02:56:11 +0000 (Tue, 08 Feb 2011)
Simplify the Issue test decorator by unpacking the argument list.
Suggested by: Benjamin Peterson <benjamin@python.org>
* subversion/tests/cmdline/prop_tests.py,
subversion/tests/cmdline/commit_tests.py,
subversion/tests/cmdline/merge_tests.py,
subversion/tests/cmdline/tree_conflict_tests.py,
subversion/tests/cmdline/merge_authz_tests.py,
subversion/tests/cmdline/copy_tests.py,
subversion/tests/cmdline/stat_tests.py:
Update references.
* subversion/tests/cmdline/svntest/testcase.py
(TestCase.__init__, TestCase.set_issues):
Assume we aways receive an issue list.
(Issues_deco): Use arbitrary arg list syntax.