r5105 - trunk/varnish-cache/bin/varnishtest

phk at varnish-cache.org phk at varnish-cache.org
Fri Aug 13 12:40:13 CEST 2010


Author: phk
Date: 2010-08-13 12:40:12 +0200 (Fri, 13 Aug 2010)
New Revision: 5105

Removed:
   trunk/varnish-cache/bin/varnishtest/t001.vtc
Log:
Remove this old test file



Deleted: trunk/varnish-cache/bin/varnishtest/t001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/t001.vtc	2010-08-13 10:39:40 UTC (rev 5104)
+++ trunk/varnish-cache/bin/varnishtest/t001.vtc	2010-08-13 10:40:12 UTC (rev 5105)
@@ -1,31 +0,0 @@
-# Test that we get anything through at all
-#
-# $Id$
-
-server s1 -repeat 1 {
-	rxreq 
-	txresp -bodylen 5
-	rxreq 
-	accept
-	rxreq
-	txresp -bodylen 6
-} -start
-
-varnish v1 -vcl+backend {
-	sub vcl_recv {
-		return(pass);
-	}
-} -start
-
-client c1 {
-	txreq 
-	rxresp
-	expect resp.status == 200
-	expect resp.bodylen == 5
-	txreq 
-	rxresp
-	expect resp.status == 200
-	expect resp.bodylen == 6
-} -run
-
-varnish v1 -expect backend_retry == 1




More information about the varnish-commit mailing list