On Tue, Sep 1, 2009 at 2:36 PM, Mark Phippard<markphip_at_gmail.com> wrote:
...
> At a minimum, I think that the JavaHL calls to our log fetching API's
> is not returning the paths via Serf. Those of us that hack on JavaHL
> (as well as the buildbots) only run the tests over ra_local. I think
> that dlr (or maybe someone else) made it possible to run the JavaHL
> tests via other layers. I have no idea how to do this though.
subversion/bindings/javahl/tests/org/tigris/subversion/javahl/SVNTests.java
has code which inspects the system property "test.rooturl" (defaulting
to a file:// URL if it's not set). The 'check-javahl' target in
Makefile.in does supply a way to set this system property by way of a
Makefile or environment variable (as I did for the file system
provider by way of $FS_TYPE).
I've just added a way to pass the URL in r39056 (e.g. 'make
check-javahl BASE_URL=http://...'), but it assumes you have a HTTP
server setup and in the right state.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2389996
Received on 2009-09-02 02:32:53 CEST