[4.0] 70d557a Fix test-case to match updated error from compiler.
Poul-Henning Kamp
phk at FreeBSD.org
Thu Mar 13 10:24:25 CET 2014
commit 70d557a65de408cb2177bb6047dbd305f073d330
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Mon Feb 17 09:28:55 2014 +0000
Fix test-case to match updated error from compiler.
Varnishtest not run by: fgs
diff --git a/bin/varnishtest/tests/v00016.vtc b/bin/varnishtest/tests/v00016.vtc
index 7a00d95..69e99e5 100644
--- a/bin/varnishtest/tests/v00016.vtc
+++ b/bin/varnishtest/tests/v00016.vtc
@@ -73,7 +73,7 @@ varnish v1 -vcl {
}
-varnish v1 -errvcl {Unknown time unit 'k'. Legal are 's', 'm', 'h' and 'd'} {
+varnish v1 -errvcl {Unknown time unit 'k'. Legal are 'ms', 's', 'm', 'h', 'd' and 'w'} {
backend b { .host = "127.0.0.1"; }
sub vcl_backend_response { set obj.ttl = 1. k; }
}
More information about the varnish-commit
mailing list