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

phk at varnish-cache.org phk at varnish-cache.org
Wed Apr 28 14:26:17 CEST 2010


Author: phk
Date: 2010-04-28 14:26:17 +0200 (Wed, 28 Apr 2010)
New Revision: 4746

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/v00021.vtc
Log:
More xref coverage testing



Modified: trunk/varnish-cache/bin/varnishtest/tests/v00021.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00021.vtc	2010-04-28 12:26:03 UTC (rev 4745)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00021.vtc	2010-04-28 12:26:17 UTC (rev 4746)
@@ -50,3 +50,22 @@
 
 }
 
+varnish v1 -badvcl {
+	backend b { .host = "127.0.0.1"; }
+
+	sub foo {
+	}
+}
+
+
+varnish v1 -badvcl {
+	backend b { .host = "127.0.0.1"; }
+
+	sub vcl_recv {
+		call foo;
+	}
+
+	sub foo {
+		return (deliver);
+	}
+}




More information about the varnish-commit mailing list