Mailing List Archive

svn commit: r1893402 - /httpd/test/framework/trunk/t/modules/actions.t
Author: ylavic
Date: Fri Sep 17 15:02:08 2021
New Revision: 1893402

URL: http://svn.apache.org/viewvc?rev=1893402&view=rev
Log:
Follow up to r1893389: fix need_module.

Modified:
httpd/test/framework/trunk/t/modules/actions.t

Modified: httpd/test/framework/trunk/t/modules/actions.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/actions.t?rev=1893402&r1=1893401&r2=1893402&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/actions.t (original)
+++ httpd/test/framework/trunk/t/modules/actions.t Fri Sep 17 15:02:08 2021
@@ -25,7 +25,7 @@ my @tests_script = (

my $r;

-plan tests => scalar @tests_action*2 + scalar @tests_script*(2+2+1), need_module('actions');
+plan tests => scalar @tests_action*2 + scalar @tests_script*(2+2+1), need_module('mod_actions');

foreach my $test (@tests_action) {
$r = GET($test->[0]);