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

phk at varnish-cache.org phk at varnish-cache.org
Sat Oct 2 23:22:49 CEST 2010


Author: phk
Date: 2010-10-02 23:22:48 +0200 (Sat, 02 Oct 2010)
New Revision: 5390

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc
Log:
Test that we detect and handle symbols of a bogus kind in expressions.



Modified: trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc	2010-10-02 21:22:19 UTC (rev 5389)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00020.vtc	2010-10-02 21:22:48 UTC (rev 5390)
@@ -33,3 +33,9 @@
 
 	}
 }
+
+varnish v1 -badvcl {
+	sub vcl_recv {
+		set req.http.foo = vcl_recv;
+	}
+}




More information about the varnish-commit mailing list