r2693 - trunk/varnish-cache/bin/varnishtest

phk at projects.linpro.no phk at projects.linpro.no
Sun Jun 15 22:41:35 CEST 2008


Author: phk
Date: 2008-06-15 22:41:35 +0200 (Sun, 15 Jun 2008)
New Revision: 2693

Removed:
   trunk/varnish-cache/bin/varnishtest/t000.vtc
Log:
No longer relevant



Deleted: trunk/varnish-cache/bin/varnishtest/t000.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/t000.vtc	2008-06-15 20:41:04 UTC (rev 2692)
+++ trunk/varnish-cache/bin/varnishtest/t000.vtc	2008-06-15 20:41:35 UTC (rev 2693)
@@ -1,24 +0,0 @@
-# Quis custodiet ipsos custodes?
-#
-# $Id$
-
-server s1 -listen :9080 -repeat 2 {
-	rxreq
-	expect req.url == "/"
-	txresp -hdr "Foobar: barf" -body "0123456789"
-}
-
-server s1 -start 
-
-client c1 -connect localhost:9080 {
-	txreq 
-	rxresp
-	expect resp.status == 200
-	expect resp.http.foobar == barf
-}
-
-client c1 -run
-
-client c1 -run
-
-server s1 -wait




More information about the varnish-commit mailing list