Commit 7d3f80c3 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Fix this test-case to actually wait for the last and critical client

transaction



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4505 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a382b831
...@@ -51,10 +51,9 @@ server s1 { ...@@ -51,10 +51,9 @@ server s1 {
txresp -body "foobar" txresp -body "foobar"
} -start } -start
client c2 { client c1 {
txreq -url "/foo" txreq -url "/foo"
rxresp rxresp
expect resp.bodylen == 6
expect resp.status == 200 expect resp.status == 200
} -start } -run
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment