You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2015/10/11 13:11:59 UTC

svn commit: r1707965 - /httpd/test/framework/trunk/t/modules/session.t

Author: rjung
Date: Sun Oct 11 11:11:58 2015
New Revision: 1707965

URL: http://svn.apache.org/viewvc?rev=1707965&view=rev
Log:
Fix using TODO list in mod_include tests.

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

Modified: httpd/test/framework/trunk/t/modules/session.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/modules/session.t?rev=1707965&r1=1707964&r2=1707965&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/session.t (original)
+++ httpd/test/framework/trunk/t/modules/session.t Sun Oct 11 11:11:58 2015
@@ -24,7 +24,7 @@ my @todo = [
 ];
 
 plan tests => $num_tests * $checks_per_test,
-              todo => @todo,
+              todo => \@todo,
               need need_module('session'),
               need_min_apache_version('2.3.0');