You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jani Averbach <ja...@cc.jyu.fi> on 2002/10/18 12:39:33 UTC

regression testing over ra_dav

On 18 Oct 2002, Philip Martin wrote:

>
> That's how libtool works.
>

Ok, thanks!

If I change following file_schema_prefix  to http://localhost:2401
    99    file_schema_prefix = 'file://'
in /subversion/tests/clients/cmdline/svntest/main.py, should I get
regression test running over ra_dav?

I guess, that I have to change also some other path, expecial svnadmin
create, yes?

Is there out of box way to make these test over ra_dav?

If not, I would look at them.

BR, Jani

--
Jani Averbach                 jaa@iki.fi              +358 40 759 0984


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: regression testing over ra_dav

Posted by Jani Averbach <ja...@cc.jyu.fi>.
On 18 Oct 2002, Philip Martin wrote:

>
> No, see subversion/tests/clients/cmdline/README.

Oh, shame on me.

I will made few test more with another system (os version + hardware)
during weekend. And I will run regression test over ra_dav. I will be back
on sunday evening or monday mornig (UTC).

BR, Jani

--
Jani Averbach


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: regression testing over ra_dav

Posted by Philip Martin <ph...@codematters.co.uk>.
Jani Averbach <ja...@cc.jyu.fi> writes:

> If I change following file_schema_prefix  to http://localhost:2401
>     99    file_schema_prefix = 'file://'
> in /subversion/tests/clients/cmdline/svntest/main.py, should I get
> regression test running over ra_dav?

No, see subversion/tests/clients/cmdline/README. To run the tests over
ra_dav you run

$ nice make check BASE_URL=http://host

or

$ nice make check BASE_URL=http://host:port

or to run one set of tests

$ ./update_tests.py --url http://host:port

Make sure the URL doesn't have a trailing slash.

-- 
Philip Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org