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

phk at projects.linpro.no phk at projects.linpro.no
Thu Jul 31 16:59:59 CEST 2008


Author: phk
Date: 2008-07-31 16:59:58 +0200 (Thu, 31 Jul 2008)
New Revision: 3047

Added:
   trunk/varnish-cache/bin/varnishtest/tests/v00011.vtc
Removed:
   trunk/varnish-cache/bin/varnishtest/tests/c00017.vtc
Log:
That test rightfully is a v* test



Deleted: trunk/varnish-cache/bin/varnishtest/tests/c00017.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00017.vtc	2008-07-31 14:59:06 UTC (rev 3046)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00017.vtc	2008-07-31 14:59:58 UTC (rev 3047)
@@ -1,30 +0,0 @@
-# $Id: c00016.vtc 3012 2008-07-24 12:22:35Z des $
-
-test "Test vcl purging"
-
-server s1 {
-	rxreq
-	txresp -body "foo"
-
-	rxreq
-	txresp -body "foo"
-} -start
-
-varnish v1 -vcl+backend { 
-
-	sub vcl_fetch {
-		purge_url("^/$");
-	}
-
-} -start
-
-client c1 {
-	txreq 
-	rxresp
-	expect resp.http.X-Varnish == "1001"
-
-	txreq
-	rxresp
-	expect resp.http.X-Varnish == "1002"
-
-} -start

Copied: trunk/varnish-cache/bin/varnishtest/tests/v00011.vtc (from rev 3046, trunk/varnish-cache/bin/varnishtest/tests/c00017.vtc)
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/v00011.vtc	                        (rev 0)
+++ trunk/varnish-cache/bin/varnishtest/tests/v00011.vtc	2008-07-31 14:59:58 UTC (rev 3047)
@@ -0,0 +1,30 @@
+# $Id: c00016.vtc 3012 2008-07-24 12:22:35Z des $
+
+test "Test vcl purging"
+
+server s1 {
+	rxreq
+	txresp -body "foo"
+
+	rxreq
+	txresp -body "foo"
+} -start
+
+varnish v1 -vcl+backend { 
+
+	sub vcl_fetch {
+		purge_url("^/$");
+	}
+
+} -start
+
+client c1 {
+	txreq 
+	rxresp
+	expect resp.http.X-Varnish == "1001"
+
+	txreq
+	rxresp
+	expect resp.http.X-Varnish == "1002"
+
+} -start


Property changes on: trunk/varnish-cache/bin/varnishtest/tests/v00011.vtc
___________________________________________________________________
Name: svn:mergeinfo
   + 




More information about the varnish-commit mailing list