[master] 00e711c Even more code coverage

Poul-Henning Kamp phk at FreeBSD.org
Mon Mar 16 21:58:18 CET 2015


commit 00e711c31254381fe1a0b4010eab0232d2be1913
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Mon Mar 16 20:57:45 2015 +0000

    Even more code coverage

diff --git a/bin/varnishtest/tests/v00038.vtc b/bin/varnishtest/tests/v00038.vtc
index 39fde28..53ba0ea 100644
--- a/bin/varnishtest/tests/v00038.vtc
+++ b/bin/varnishtest/tests/v00038.vtc
@@ -86,3 +86,9 @@ varnish v1 -errvcl "Unknown field:" {
 		.fourscoreandsevenyearsago = "NONE";
 	}
 }
+
+varnish v1 -errvcl "Mandatory field 'host' missing." {
+	backend b1 {
+		.port = "NONE";
+	}
+}



More information about the varnish-commit mailing list