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

phk at projects.linpro.no phk at projects.linpro.no
Thu Dec 18 11:32:48 CET 2008


Author: phk
Date: 2008-12-18 11:32:48 +0100 (Thu, 18 Dec 2008)
New Revision: 3468

Added:
   trunk/varnish-cache/bin/varnishtest/tests/r00409.vtc
Log:
Add regressiont test for #409



Added: trunk/varnish-cache/bin/varnishtest/tests/r00409.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00409.vtc	                        (rev 0)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00409.vtc	2008-12-18 10:32:48 UTC (rev 3468)
@@ -0,0 +1,11 @@
+# $Id$
+
+test "Regression test for ticket 409"
+
+varnish v1  -badvcl {
+	sub vcl_recv {
+		if ( req.url ~ ! "\.(png|jpg|gif|js|css)$" ) {
+			return (pass);
+		}
+	}
+}



More information about the varnish-commit mailing list