You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Andreas Vögele <an...@andreasvoegele.com> on 2015/05/02 21:41:23 UTC

Re: t/hooks/authen_digest.t fails in httpd24threading

Mark Hedges writes:

> 1. Problem Description:
>
>   t/hooks/authen_digest.t fails
> [...]
> # Failed test 4 in t/hooks/authen_digest.t at line 36
> # Failed test 5 in t/hooks/authen_digest.t at line 38
> # Failed test 6 in t/hooks/authen_digest.t at line 42
> # Failed test 7 in t/hooks/authen_digest.t at line 46

I get this error too. The problem is that authen_digest.t depends on
mod_auth_basic instead of mod_auth_digest. The attached patch fixes the
dependency.


Re: t/hooks/authen_digest.t fails in httpd24threading

Posted by Steve Hay <st...@googlemail.com>.
On 2 May 2015 at 20:41, Andreas Vögele <an...@andreasvoegele.com> wrote:
> Mark Hedges writes:
>
>> 1. Problem Description:
>>
>>   t/hooks/authen_digest.t fails
>> [...]
>> # Failed test 4 in t/hooks/authen_digest.t at line 36
>> # Failed test 5 in t/hooks/authen_digest.t at line 38
>> # Failed test 6 in t/hooks/authen_digest.t at line 42
>> # Failed test 7 in t/hooks/authen_digest.t at line 46
>
> I get this error too. The problem is that authen_digest.t depends on
> mod_auth_basic instead of mod_auth_digest. The attached patch fixes the
> dependency.
>

Thanks for the patch. I've just applied a slight variation of it to
the mod_perl trunk in r1678559.