In the Python test suite, fix a false assumption that make_repo_and_wc()
commit55b537d11ab0e33d63de48fb3d18d1326d09264a
authorJulian Foad <julian.foad@wandisco.com>
Fri, 6 Aug 2010 14:20:55 +0000 (6 14:20 +0000)
committerJulian Foad <julian.foad@wandisco.com>
Fri, 6 Aug 2010 14:20:55 +0000 (6 14:20 +0000)
tree6994c879d51f663db88b1a04f145a31a551fe101
parentc92fffa91442e3f41405d8d32d64027a938d3f0d
In the Python test suite, fix a false assumption that make_repo_and_wc()
could return a value.  It can't: it raises on error.  No functional change.

* subversion/tests/cmdline/svntest/sandbox.py
  (Sandbox.build): Remove error handling that will never be executed.

* subversion/tests/cmdline/schedule_tests.py
  (add_recursive_already_versioned): Same.

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