In the test suite, move the hook_failure_message() function into actions.py
commit66409ac714ccce5c55d63948c9c727bee68302c1
authorJulian Foad <julian.foad@wandisco.com>
Wed, 23 Dec 2009 14:33:46 +0000 (23 14:33 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Wed, 23 Dec 2009 14:33:46 +0000 (23 14:33 +0000)
tree77ce066f3e88e83bd88cc108517e3133a890890a
parent7b27a2a4552089692cdbd6df80c6a80e976a1c26
In the test suite, move the hook_failure_message() function into actions.py
so that it can be shared by all tests that use hooks.

* subversion/tests/cmdline/commit_tests.py
  (hook_failure_message): Move to actions.py.
  (post_commit_hook_test, start_commit_hook_test, pre_commit_hook_test):
    Adjust calls to it accordingly.

* subversion/tests/cmdline/svntest/actions.py
  (hook_failure_message): Move from commit_tests.py.

git-svn-id: http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline@893527 13f79535-47bb-0310-9956-ffa450edef68
svntest/actions.py