[master] facaef0 Fix test case for 'ne' operator

Martin Blix Grydeland martin at varnish-cache.org
Tue Oct 1 14:48:17 CEST 2013


commit facaef06cfc10fef7d470ebcea5e0d3d62ebbd8a
Author: Martin Blix Grydeland <martin at varnish-software.com>
Date:   Wed Sep 18 16:10:56 2013 +0200

    Fix test case for 'ne' operator

diff --git a/bin/varnishtest/tests/l00001.vtc b/bin/varnishtest/tests/l00001.vtc
index c4beb0d..4709acb 100644
--- a/bin/varnishtest/tests/l00001.vtc
+++ b/bin/varnishtest/tests/l00001.vtc
@@ -23,7 +23,8 @@ logexpect l1 -d 1 -g request -q "Begin eq 'req 1000'" {
 } -run
 
 # Test 'ne' operator
-logexpect l1 -d 1 -g request -q "Begin ne 'req 1001'" {
+logexpect l1 -d 1 -g request -q "ReqProtocol ne 'HTTP/1.0'" {
 	expect * *	Begin
 	expect * =	ReqEnd
 } -run
+



More information about the varnish-commit mailing list