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 14:31:26 UTC

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

Author: rjung
Date: Sun Oct 11 12:31:26 2015
New Revision: 1707968

URL: http://svn.apache.org/viewvc?rev=1707968&view=rev
Log:
Revert r1707965. Previous solution was correct.

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=1707968&r1=1707967&r2=1707968&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/modules/session.t (original)
+++ httpd/test/framework/trunk/t/modules/session.t Sun Oct 11 12:31:26 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');