You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/06/07 00:58:14 UTC

svn commit: r1797845 - in /httpd/test/framework/trunk/t: apache/iffile.t conf/extra.conf.in

Author: covener
Date: Wed Jun  7 00:58:14 2017
New Revision: 1797845

URL: http://svn.apache.org/viewvc?rev=1797845&view=rev
Log:
test quotes


Modified:
    httpd/test/framework/trunk/t/apache/iffile.t
    httpd/test/framework/trunk/t/conf/extra.conf.in

Modified: httpd/test/framework/trunk/t/apache/iffile.t
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/apache/iffile.t?rev=1797845&r1=1797844&r2=1797845&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/apache/iffile.t (original)
+++ httpd/test/framework/trunk/t/apache/iffile.t Wed Jun  7 00:58:14 2017
@@ -13,4 +13,4 @@ plan tests => 2,
 
 my $resp = GET('/apache/iffile/document');
 ok t_cmp($resp->code, 200);
-ok t_cmp($resp->header('X-Out'), "success1, success2, success3, success4");
+ok t_cmp($resp->header('X-Out'), "success1, success2, success3, success4, success5");

Modified: httpd/test/framework/trunk/t/conf/extra.conf.in
URL: http://svn.apache.org/viewvc/httpd/test/framework/trunk/t/conf/extra.conf.in?rev=1797845&r1=1797844&r2=1797845&view=diff
==============================================================================
--- httpd/test/framework/trunk/t/conf/extra.conf.in (original)
+++ httpd/test/framework/trunk/t/conf/extra.conf.in Wed Jun  7 00:58:14 2017
@@ -1104,7 +1104,9 @@ LimitRequestFields    32
       <IfFile @SERVERROOT@/htdocs/apache/iffile/document>
         Header merge X-Out success4
       </IfFile>
-
+      <IfFile "htdocs/apache/iffile/document">
+        Header merge X-Out success5
+      </IfFile>
       # Followed by the IfFiles that should fail.
       <IfFile !htdocs/apache/iffile/document>
         Header merge X-Out fail1