From 8a31b4f483ebb86f9aca2f1d26f02691c1b78ccb Mon Sep 17 00:00:00 2001 From: phk Date: Tue, 8 Jul 2008 07:10:41 +0000 Subject: [PATCH] Add test for unknown director policy git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2899 d4fa192b-c00b-0410-8231-f00ffab90ce4 --- varnish-cache/bin/varnishtest/tests/v00002.vtc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/varnish-cache/bin/varnishtest/tests/v00002.vtc b/varnish-cache/bin/varnishtest/tests/v00002.vtc index 9288e9a2..2019bef1 100644 --- a/varnish-cache/bin/varnishtest/tests/v00002.vtc +++ b/varnish-cache/bin/varnishtest/tests/v00002.vtc @@ -106,3 +106,8 @@ varnish v1 -badvcl { backend b1 { .host = "127.0.0.1"; } backend b1 { .host = "127.0.0.1"; } } + +# Unknown director policy +varnish v1 -badvcl { + director r1 anarchy { .host = "127.0.0.1"; } +} -- 2.39.5