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

phk at projects.linpro.no phk at projects.linpro.no
Thu Jan 28 11:20:19 CET 2010


Author: phk
Date: 2010-01-28 11:20:18 +0100 (Thu, 28 Jan 2010)
New Revision: 4505

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00014.vtc
Log:
Fix this test-case to actually wait for the last and critical client
transaction



Modified: trunk/varnish-cache/bin/varnishtest/tests/v00014.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00014.vtc	2010-01-28 09:58:09 UTC (rev 4504)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00014.vtc	2010-01-28 10:20:18 UTC (rev 4505)
@@ -51,10 +51,9 @@
 	txresp -body "foobar"
 } -start
 
-client c2 {
+client c1 {
 	txreq -url "/foo"
 	rxresp
-	expect resp.bodylen == 6
 	expect resp.status == 200
-} -start
+} -run
 



More information about the varnish-commit mailing list