[master] 1a67d3e Fix test-case to match OEV_REMOVE now being called OEV_EXPIRE
Poul-Henning Kamp
phk at FreeBSD.org
Tue Apr 19 18:15:06 CEST 2016
commit 1a67d3e2faaabc473ab4262d025d1de2c15bdba6
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date: Tue Apr 19 09:09:25 2016 +0000
Fix test-case to match OEV_REMOVE now being called OEV_EXPIRE
diff --git a/bin/varnishtest/tests/m00021.vtc b/bin/varnishtest/tests/m00021.vtc
index 007728a..02a6cbe 100644
--- a/bin/varnishtest/tests/m00021.vtc
+++ b/bin/varnishtest/tests/m00021.vtc
@@ -12,7 +12,7 @@ varnish v1 -cliok "param.set debug +vclrel"
logexpect l1 -v v1 -g raw {
expect * 0 Debug "Subscribed to Object Events"
expect * 0 Debug "Object Event: insert 0x[0-9a-f]+"
- expect * 0 Debug "Object Event: remove 0x[0-9a-f]+"
+ expect * 0 Debug "Object Event: expire 0x[0-9a-f]+"
expect * 0 Debug "Unsubscribed from Object Events"
} -start
More information about the varnish-commit
mailing list