cmpilato@tigris.org wrote:
> Now that we can specify which DAV library to use via the 'servers'
> runtime configuration file, add support for --http-library to the
> Python test suite so comparison tests can be easily accomplished.
For those wondering, this commit means you can now do stuff like this:
$ cd ~/projects/subversion/subversion/tests/cmdline
$ ./basic_tests.py --url=http://localhost --http-library=neon --cleanup 15
PASS: basic_tests.py 15: checkout a path no longer in HEAD
$ ./basic_tests.py --url=http://localhost --http-library=serf --cleanup 15
error checking out r1 of A/D
EXPECTED STDERR:
ACTUAL STDERR:
subversion/libsvn_ra_serf/serf.c:686: (apr_err=20014)
svn: The UUID property was not found on the resource or any of its parents
EXCEPTION: SVNLineUnequal
FAIL: basic_tests.py 15: checkout a path no longer in HEAD
$
--
C. Michael Pilato <cmpilato@collab.net>
CollabNet <> www.collab.net <> Distributed Development On Demand
Received on Fri Jun 22 20:44:41 2007