Author: stevehay Date: Sun May 10 12:19:38 2015 New Revision: 1678559 URL: http://svn.apache.org/r1678559 Log: t/hooks/authen_digest.t requires mod_auth_digest, not mod_auth_basic
Based on a patch by Andreas Vögele (see http://permalink.gmane.org/gmane.comp.apache.mod-perl/36793). Modified: perl/modperl/trunk/t/hooks/authen_digest.t Modified: perl/modperl/trunk/t/hooks/authen_digest.t URL: http://svn.apache.org/viewvc/perl/modperl/trunk/t/hooks/authen_digest.t?rev=1678559&r1=1678558&r2=1678559&view=diff ============================================================================== --- perl/modperl/trunk/t/hooks/authen_digest.t (original) +++ perl/modperl/trunk/t/hooks/authen_digest.t Sun May 10 12:19:38 2015 @@ -6,7 +6,7 @@ use Apache::Test; use Apache::TestRequest; use Apache::TestUtil; -plan tests => 7, need need_lwp, need_auth, 'HTML::HeadParser'; +plan tests => 7, need need_lwp, 'auth_digest', 'HTML::HeadParser'; my $location = '/TestHooks__authen_digest';