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

phk at projects.linpro.no phk at projects.linpro.no
Thu Jan 28 11:22:07 CET 2010


Author: phk
Date: 2010-01-28 11:22:06 +0100 (Thu, 28 Jan 2010)
New Revision: 4506

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc
   trunk/varnish-cache/bin/varnishtest/tests/r00386.vtc
Log:
Fix two other test-cases that did not wait for clients to finish



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc	2010-01-28 10:20:18 UTC (rev 4505)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00016.vtc	2010-01-28 10:22:06 UTC (rev 4506)
@@ -24,4 +24,4 @@
 	txreq -url "/bar" -hdr "Foo: bar2" -hdr "Connection: foo, close"
 	rxresp
 	expect req.http.Bar == "req.http.Bar"
-} -start
+} -run

Modified: trunk/varnish-cache/bin/varnishtest/tests/r00386.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00386.vtc	2010-01-28 10:20:18 UTC (rev 4505)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00386.vtc	2010-01-28 10:22:06 UTC (rev 4506)
@@ -26,4 +26,4 @@
 	txreq -url / -hdr "If-Modified-Since:  Tue, 25 Nov 2008 00:00:00 GMT"
 	rxresp
 	expect resp.bodylen == 11
-} -start
+} -run



More information about the varnish-commit mailing list