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

Re: svn commit: r22019 - trunk/subversion/tests/cmdline

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-10-18 19:41:47 CEST

Hey Lieven,

On Wed, Oct 18, 2006 at 09:51:09AM -0700, lgo@tigris.org wrote:
> ==============================================================================
> --- trunk/subversion/tests/cmdline/authz_tests.py (original)
> +++ trunk/subversion/tests/cmdline/authz_tests.py Wed Oct 18 09:51:09 2006
> @@ -43,7 +43,7 @@
> fp.write("password-db = passwd\n")
> fp.close()
>
> -def write_authz_file(sbox, rules):
> +def write_authz_file(sbox, rules, section=None):
> """Write an authz file to SBOX, appropriate for the RA method used,
> with authorizations rules RULES, mapping paths to strings containing
> the rules."""

Could you update the doc comment to describe SECTION?

> @@ -666,6 +712,7 @@
> authz_log_and_tracing_test,
> authz_checkout_and_update_test,
> authz_partial_export_test,
> + authz_aliases

We normally leave a trailing comma so that the next test doesn't have to
modify the previous line.

Regards,
Malcolm

  • application/pgp-signature attachment: stored
Received on Wed Oct 18 19:42:13 2006

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.