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

phk at varnish-cache.org phk at varnish-cache.org
Wed Jan 12 16:13:35 CET 2011


Author: phk
Date: 2011-01-12 16:13:35 +0100 (Wed, 12 Jan 2011)
New Revision: 5722

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/e00001.vtc
Log:
Make this test-case a tad more challenging



Modified: trunk/varnish-cache/bin/varnishtest/tests/e00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/e00001.vtc	2011-01-12 15:13:20 UTC (rev 5721)
+++ trunk/varnish-cache/bin/varnishtest/tests/e00001.vtc	2011-01-12 15:13:35 UTC (rev 5722)
@@ -9,7 +9,7 @@
 		<esi:remove>
 		This is a test: Unseen University
 		</esi:remove>
-		This is a test: Hello world
+		<esX>This is a test: Hello world
 	}
 } -start
 
@@ -23,7 +23,7 @@
 	txreq 
 	rxresp
 	expect resp.status == 200
-	expect resp.bodylen == 35
+	expect resp.bodylen == 40
 }
 
 client c1 -run




More information about the varnish-commit mailing list