Log Message: |
Run tests with an exclusive lock on working copies. This should reduce test
run time and also ensures that exclusive locking mode is tested.
I've run ra_local and ra_serf tests with this change and got no failures.
In any case, if there were any test failures with exlusive locking mode
enabled, they'd most likely expose bugs in the test suite or Subversion itself.
* subversion/tests/cmdline/svntest/main.py: Enable exclusive locking in the
client configuration used for tests.
|