r3661 - branches/2.0/varnish-cache/bin/varnishtest/tests

tfheen at projects.linpro.no tfheen at projects.linpro.no
Fri Feb 6 13:41:17 CET 2009


Author: tfheen
Date: 2009-02-06 13:41:16 +0100 (Fri, 06 Feb 2009)
New Revision: 3661

Added:
   branches/2.0/varnish-cache/bin/varnishtest/tests/r00409.vtc
Log:
Merge r3468: Add regression test for #409



Copied: branches/2.0/varnish-cache/bin/varnishtest/tests/r00409.vtc (from rev 3468, trunk/varnish-cache/bin/varnishtest/tests/r00409.vtc)
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/tests/r00409.vtc	                        (rev 0)
+++ branches/2.0/varnish-cache/bin/varnishtest/tests/r00409.vtc	2009-02-06 12:41:16 UTC (rev 3661)
@@ -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