[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: Lieven Govaerts <lgo_at_mobsol.be>
Date: 2006-10-18 20:40:03 CEST

Fixed in r22022.

Lieven.

Malcolm Rowe wrote:
> 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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 18 20:49:17 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.