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

phk at varnish-cache.org phk at varnish-cache.org
Thu Nov 4 11:11:19 CET 2010


Author: phk
Date: 2010-11-04 11:11:18 +0100 (Thu, 04 Nov 2010)
New Revision: 5502

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/r00495.vtc
Log:
204 is a magic status code, use 205



Modified: trunk/varnish-cache/bin/varnishtest/tests/r00495.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/r00495.vtc	2010-11-03 14:14:39 UTC (rev 5501)
+++ trunk/varnish-cache/bin/varnishtest/tests/r00495.vtc	2010-11-04 10:11:18 UTC (rev 5502)
@@ -20,7 +20,7 @@
 	accept
 
 	rxreq
-	txresp -proto HTTP/1.0 -status 204 -body bar
+	txresp -proto HTTP/1.0 -status 205 -body bar
 
 } -start
 
@@ -40,5 +40,5 @@
 	expect resp.status == 203
 	txreq 
 	rxresp
-	expect resp.status == 204
+	expect resp.status == 205
 } -run




More information about the varnish-commit mailing list