From: phk Date: Wed, 25 Jun 2008 21:12:04 +0000 (+0000) Subject: Test for match with leading and trailing space as well. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79a8f134176255d65518f5e3171474411ef72d13;p=varnish Test for match with leading and trailing space as well. git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2811 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- diff --git a/varnish-cache/bin/varnishtest/tests/c00004.vtc b/varnish-cache/bin/varnishtest/tests/c00004.vtc index f949f69f..62780bb6 100644 --- a/varnish-cache/bin/varnishtest/tests/c00004.vtc +++ b/varnish-cache/bin/varnishtest/tests/c00004.vtc @@ -43,7 +43,7 @@ client c1 { expect resp.http.X-Varnish == "1004" expect resp.http.snafu == "4" - txreq -hdr "Foobar: 1" + txreq -hdr "Foobar: 1 " rxresp expect resp.status == 200 expect resp.http.X-Varnish == "1005 1001"