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

phk at varnish-cache.org phk at varnish-cache.org
Thu Jan 13 18:14:30 CET 2011


Author: phk
Date: 2011-01-13 18:14:29 +0100 (Thu, 13 Jan 2011)
New Revision: 5734

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/e00009.vtc
Log:
Remove incomplete XML tag, that's not what we are testing and
the behaviour in that case is undefined.



Modified: trunk/varnish-cache/bin/varnishtest/tests/e00009.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/e00009.vtc	2011-01-13 17:13:18 UTC (rev 5733)
+++ trunk/varnish-cache/bin/varnishtest/tests/e00009.vtc	2011-01-13 17:14:29 UTC (rev 5734)
@@ -9,7 +9,6 @@
 		<esi:remove>
 			bar
 		</esi:remove>
-		<esi:include
 	}
 	rxreq 
 	txresp -body {
@@ -17,7 +16,6 @@
 		<esi:remove>
 			bar
 		</esi:remove>
-		<esi:include
 	}
 } -start
 
@@ -31,8 +29,8 @@
 	txreq 
 	rxresp
 	expect resp.status == 200
-	expect resp.bodylen == 72
-	expect resp.http.content-length == 72
+	expect resp.bodylen == 57
+	expect resp.http.content-length == 57
 } -run
 
 varnish v1  -cli "param.set esi_syntax 1" 
@@ -41,7 +39,7 @@
 	txreq -url bar
 	rxresp
 	expect resp.status == 200
-	expect resp.bodylen == 37
+	expect resp.bodylen == 22
 	expect resp.http.transfer-encoding == "chunked"
 } -run
-varnish v1 -expect esi_errors == 1
+varnish v1 -expect esi_errors == 0




More information about the varnish-commit mailing list