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

Re: Tests + prelim patch

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2003-09-19 20:21:20 CEST

> D.J. Heap wrote:
>
> > With this patch Windows now passes all but two tests. It is mostly
> > removing tests code that worked around Subversion always returning /'s
> > in paths...but that is changing now and tests were starting to break.
> >
> [snip]
> > Any comments?
> >
>
> BTW, it does pass all tests on my RH9 box.
>
> DJ

Hi DJ,

I was just writing you when this mail came in too.

Do you have the system setup to run make davcheck (or make dav-check?) and
friends for the other protocols? I think some of your changes might have
broken some of those tests: you changed url = svntest.main.url_test_area + '/' +
svntest.main.working_copy
to only the last one. You could have used url =
os.path.join(svntest.main.url_test_area, svntest.main.working_copy) instead. That works on Windows with
'\' and on *nix with '/'.

For the rest: thanks for doing it. I couldn't: I don't have Windows setup.

bye,

Erik.

-- 
+++ GMX - die erste Adresse für Mail, Message, More! +++
Getestet von Stiftung Warentest: GMX FreeMail (GUT), GMX ProMail (GUT)
(Heft 9/03 - 23 e-mail-Tarife: 6 gut, 12 befriedigend, 5 ausreichend)
Jetzt selbst kostenlos testen: http://www.gmx.net
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 19 20:22:02 2003

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.