You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/03/26 17:47:06 UTC

svn commit: r1856333 - /httpd/test/framework/trunk/t/modules/include.t

Author: jorton
Date: Tue Mar 26 17:47:06 2019
New Revision: 1856333

URL: http://svn.apache.org/viewvc?rev=1856333&view=rev
Log:
Check for DateTime module.

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

Modified: httpd/test/framework/trunk/t/modules/include.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/include.t?rev=1856333&r1=1856332&r2=1856333&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/include.t (original)
+++ httpd/test/framework/trunk/t/modules/include.t Tue Mar 26 17:47:06 2019
@@ -235,7 +235,7 @@ my $tests = (scalar keys %tests) + @patt
 
 plan tests => $tests,
               todo => \@todo,
-              need need_lwp, need_module 'include';
+              need 'DateTime', need_lwp, need_module 'include';
 
 foreach $doc (sort keys %tests) {
     # do as much from %test as we can