[master] 4a976ec Remove never effected test

Poul-Henning Kamp phk at varnish-cache.org
Tue Sep 20 21:50:05 CEST 2011


commit 4a976ecab7fdcbd58c79c6a1d5b589e3b9605e69
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Tue Sep 20 19:48:49 2011 +0000

    Remove never effected test

diff --git a/bin/varnishtest/tests/g00002.vtc b/bin/varnishtest/tests/g00002.vtc
index 574f1f2..1a0ab35 100644
--- a/bin/varnishtest/tests/g00002.vtc
+++ b/bin/varnishtest/tests/g00002.vtc
@@ -47,11 +47,4 @@ client c1 {
 	rxresp
 	expect resp.http.content-encoding == "resp.http.content-encoding"
 	expect resp.bodylen == 4109
-
-	# See varnish can deliver gzip'ed ESI (NOTYET)
-	#txreq -url /bar -hdr "Accept-Encoding: gzip"
-	#rxresp
-	# expect resp.http.content-encoding == "gzip"
-	#gunzip
-	#expect resp.bodylen == 4109
 } -run



More information about the varnish-commit mailing list