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