[master] d241d80e8 adjust vtc to previous commit

Nils Goroll nils.goroll at uplex.de
Mon Jan 20 12:41:06 UTC 2020


commit d241d80e89422494665a01f2e4d70e76bdc0ea63
Author: Nils Goroll <nils.goroll at uplex.de>
Date:   Mon Jan 20 13:17:31 2020 +0100

    adjust vtc to previous commit
    
    ... which was received from martin in private communication, thank you

diff --git a/bin/varnishtest/tests/r03131.vtc b/bin/varnishtest/tests/r03131.vtc
index e0b47d4ca..5dda251fb 100644
--- a/bin/varnishtest/tests/r03131.vtc
+++ b/bin/varnishtest/tests/r03131.vtc
@@ -27,10 +27,8 @@ varnish v1 -vcl {
 
 logexpect l1 -v v1 -g raw {
 	expect * * VCL_Log	{^\Qres(8) = 8.000\E$}
-
-	# XXX these should return 16
-	expect 0 = VCL_Log	{^\Qres(15) = 0.000\E$}
-	expect 0 = VCL_Log	{^\Qres(16) = 0.000\E$}
+	expect 0 = VCL_Log	{^\Qres(15) = 16.000\E$}
+	expect 0 = VCL_Log	{^\Qres(16) = 16.000\E$}
 
 	expect 0 = VCL_Log	{^\Qres(17) = 0.000\E$}
 


More information about the varnish-commit mailing list