On Mon, 2008-09-08 at 22:26 +0200, Lieven Govaerts wrote:
> Julian Foad wrote:
> ..
> > I'll re-code that "svn_propset" test function I wrote to avoid
> > Python-2.4 features, unless you beat me to it. I think that single thing
> > accounts for the blame_tests and log_tests and merge_authz_tests
> > failures.
>
> Looks like a simple fix is this:
>
> local_paths = tuple([local_path(path) for path in paths])
>
> ... but my python-fu isn't good enough to decide if this is the most
> efficient solution.
I've just been reading up about generator expressions (which is the
Python-2.4 way I wrote it, without the square brackets), and came to the
same conclusion as you. So, committing... r32972.
Thanks for that, and I hope this (and 32971 which makes commit_tests 28
XFAIL over DAV) fix all the failures.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-08 22:56:00 CEST