r3595 - branches/2.0/varnish-cache/bin/varnishtest/tests
tfheen at projects.linpro.no
tfheen at projects.linpro.no
Thu Feb 5 10:56:55 CET 2009
Author: tfheen
Date: 2009-02-05 10:56:55 +0100 (Thu, 05 Feb 2009)
New Revision: 3595
Modified:
branches/2.0/varnish-cache/bin/varnishtest/tests/v00017.vtc
Log:
Merge r3352/r3350: make tests fail if you have a long and correct search list; which my laptop has
Modified: branches/2.0/varnish-cache/bin/varnishtest/tests/v00017.vtc
===================================================================
--- branches/2.0/varnish-cache/bin/varnishtest/tests/v00017.vtc 2009-02-05 09:53:24 UTC (rev 3594)
+++ branches/2.0/varnish-cache/bin/varnishtest/tests/v00017.vtc 2009-02-05 09:56:55 UTC (rev 3595)
@@ -34,7 +34,7 @@
varnish v1 -badvcl {
backend b { .host = "127.0.0.1"; }
- acl a { "en.lille.nisse.rejste"; }
+ acl a { "en.lille.nisse.rejste."; }
sub vcl_recv { if (client.ip ~ a) { pass; } }
}
@@ -60,8 +60,8 @@
backend b { .host = "127.0.0.1"; }
acl a {
! "10.1.3";
- ("en.lille.nisse.rejste" / 22);
- (!"en.lille.nisse.rejste");
+ ("en.lille.nisse.rejste." / 22);
+ (!"en.lille.nisse.rejste.");
}
sub vcl_recv { if (client.ip ~ a) { pass; } }
}
More information about the varnish-commit
mailing list