[master] da26134 Stabilize this test

Poul-Henning Kamp phk at FreeBSD.org
Fri May 22 08:36:03 CEST 2015


commit da2613492d02c1c26a97c3808d23dedd8e0eadde
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Fri May 22 06:35:53 2015 +0000

    Stabilize this test

diff --git a/bin/varnishtest/tests/c00055.vtc b/bin/varnishtest/tests/c00055.vtc
index 154c15c..458718e 100644
--- a/bin/varnishtest/tests/c00055.vtc
+++ b/bin/varnishtest/tests/c00055.vtc
@@ -3,11 +3,11 @@ varnishtest "test caching of req.body"
 server s1 {
 	rxreq
 	expect req.bodylen == 3
-	txresp -status 200 -hdr "Foo: BAR" -body "1234"
+	txresp -hdr "Connection: close" -hdr "Foo: BAR" -body "1234"
 	accept
 	rxreq
 	expect req.bodylen == 3
-	txresp -status 200 -hdr "Foo: Foo" -body "56"
+	txresp -hdr "Foo: Foo" -body "56"
 } -start
 
 varnish v1 -cliok "param.set vcc_allow_inline_c true" -vcl+backend {



More information about the varnish-commit mailing list