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

tfheen at projects.linpro.no tfheen at projects.linpro.no
Wed Aug 20 10:58:20 CEST 2008


Author: tfheen
Date: 2008-08-20 10:58:20 +0200 (Wed, 20 Aug 2008)
New Revision: 3115

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/b00015.vtc
Log:
Be explicit about connecting to :9080

When testing synthetic error page caching, make sure we connect to
:9080 rather than the default :80 since the machine might well have an
httpd running already.


Modified: trunk/varnish-cache/bin/varnishtest/tests/b00015.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/b00015.vtc	2008-08-20 08:21:05 UTC (rev 3114)
+++ trunk/varnish-cache/bin/varnishtest/tests/b00015.vtc	2008-08-20 08:58:20 UTC (rev 3115)
@@ -7,6 +7,7 @@
 varnish v1 -vcl { 
 	backend foo {
 		.host = "127.0.0.2";
+		.port = "9080";
 	}
 } -start
 




More information about the varnish-commit mailing list