r3469 - trunk/varnish-cache/bin/varnishtest/tests

phk at projects.linpro.no phk at projects.linpro.no
Thu Dec 18 11:58:17 CET 2008


Author: phk
Date: 2008-12-18 11:58:17 +0100 (Thu, 18 Dec 2008)
New Revision: 3469

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/b00023.vtc
Log:
We should have a body length on a 200 reply



Modified: trunk/varnish-cache/bin/varnishtest/tests/b00023.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/b00023.vtc	2008-12-18 10:32:48 UTC (rev 3468)
+++ trunk/varnish-cache/bin/varnishtest/tests/b00023.vtc	2008-12-18 10:58:17 UTC (rev 3469)
@@ -5,7 +5,7 @@
 server s1 {
 	rxreq
 	delay 1.5
-	txresp
+	txresp -body "foo"
 } -start
 
 varnish v1 -vcl+backend {} -start
@@ -21,7 +21,7 @@
 server s1 {
 	rxreq
 	delay 0.5
-	txresp
+	txresp -body "foo"
 } -start
 
 client c1 {



More information about the varnish-commit mailing list