[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r25502 - in trunk: . build subversion/tests/cmdline/svntest

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2007-06-22 20:44:52 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.