wait after stop

This commit is contained in:
Naitik Shah 2013-10-06 10:01:17 -07:00
parent 9a444d2674
commit d69b13103f

View File

@ -256,8 +256,8 @@ func TestComplex(t *testing.T) {
h.Restart() h.Restart()
debug("Send Request 3") debug("Send Request 3")
h.SendRequest() h.SendRequest()
debug("Waiting")
h.Wait()
debug("Stopping") debug("Stopping")
h.Stop() h.Stop()
debug("Waiting")
h.Wait()
} }