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

phk at varnish-cache.org phk at varnish-cache.org
Thu Aug 26 18:05:36 CEST 2010


Author: phk
Date: 2010-08-26 18:05:35 +0200 (Thu, 26 Aug 2010)
New Revision: 5138

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc
Log:
Coverage for the last bit of vcc_expr.c



Modified: trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc	2010-08-26 16:02:04 UTC (rev 5137)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc	2010-08-26 16:05:35 UTC (rev 5138)
@@ -25,3 +25,11 @@
 	}
 }
 
+varnish v1 -badvcl {
+	sub vcl_recv {
+		if (req.restarts == req.url) {
+			set req.http.foo = "foo" + 3;
+		}
+
+	}
+}




More information about the varnish-commit mailing list