r3987 - trunk/varnish-cache/bin/varnishtest/tests

sky at projects.linpro.no sky at projects.linpro.no
Mon Mar 23 12:54:19 CET 2009


Author: sky
Date: 2009-03-23 12:54:19 +0100 (Mon, 23 Mar 2009)
New Revision: 3987

Added:
   trunk/varnish-cache/bin/varnishtest/tests/r00445.vtc
Removed:
   trunk/varnish-cache/bin/varnishtest/tests/r00445
Log:
Should be named .vtc

Deleted: trunk/varnish-cache/bin/varnishtest/tests/r00445
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00445	2009-03-23 11:50:01 UTC (rev 3986)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00445	2009-03-23 11:54:19 UTC (rev 3987)
@@ -1,24 +0,0 @@
-# $Id$
-
-test "zero length ESI include segmens with chunked encoding"
-
-server s1 {
-	rxreq
-	expect req.url == "/"
-	txresp -body {<foo><esi:include src="/bar"><bar>}
-	rxreq
-	expect req.url == "/bar"
-	txresp 
-} -start
-
-varnish v1 -vcl+backend {
-	sub vcl_fetch {
-		esi;
-	}
-} -start
-
-client c1 {
-	txreq
-	rxresp
-	expect resp.bodylen == 10
-} -run

Copied: trunk/varnish-cache/bin/varnishtest/tests/r00445.vtc (from rev 3981, trunk/varnish-cache/bin/varnishtest/tests/r00445)
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00445.vtc	                        (rev 0)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00445.vtc	2009-03-23 11:54:19 UTC (rev 3987)
@@ -0,0 +1,24 @@
+# $Id$
+
+test "zero length ESI include segmens with chunked encoding"
+
+server s1 {
+	rxreq
+	expect req.url == "/"
+	txresp -body {<foo><esi:include src="/bar"><bar>}
+	rxreq
+	expect req.url == "/bar"
+	txresp 
+} -start
+
+varnish v1 -vcl+backend {
+	sub vcl_fetch {
+		esi;
+	}
+} -start
+
+client c1 {
+	txreq
+	rxresp
+	expect resp.bodylen == 10
+} -run


Property changes on: trunk/varnish-cache/bin/varnishtest/tests/r00445.vtc
___________________________________________________________________
Name: svn:keywords
   + Id



More information about the varnish-commit mailing list