You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Evgeny Kotkov <ev...@visualsvn.com> on 2013/01/29 14:43:12 UTC

[PATCH] Add tests for the "svnauthz --groups-file" behavior

Hi,

Since r1438206 [1] there is a way to write blackbox tests for the 'svnauthz'
tool (via svnauthz_tests.py).

So, this patch is a follow-up to r1438407 [2], which adds two tests for the
"svnauthz --groups-file" behavior.

[1] https://svn.apache.org/viewvc?view=revision&revision=r1438206
[2] https://svn.apache.org/viewvc?view=revision&revision=r1438407


Thanks and regards,
Evgeny Kotkov

Re: [PATCH] Add tests for the "svnauthz --groups-file" behavior

Posted by Ben Reser <be...@reser.org>.
On Tue, Jan 29, 2013 at 5:43 AM, Evgeny Kotkov
<ev...@visualsvn.com> wrote:
> Since r1438206 [1] there is a way to write blackbox tests for the 'svnauthz'
> tool (via svnauthz_tests.py).
>
> So, this patch is a follow-up to r1438407 [2], which adds two tests for the
> "svnauthz --groups-file" behavior.
>
> [1] https://svn.apache.org/viewvc?view=revision&revision=r1438206
> [2] https://svn.apache.org/viewvc?view=revision&revision=r1438407

Thanks, committed in r1439992.