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

phk at projects.linpro.no phk at projects.linpro.no
Wed Jun 25 12:04:50 CEST 2008


Author: phk
Date: 2008-06-25 12:04:49 +0200 (Wed, 25 Jun 2008)
New Revision: 2802

Modified:
   trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc
Log:
Compensate for \r being magic now.



Modified: trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc
===================================================================
--- trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc	2008-06-25 09:59:21 UTC (rev 2801)
+++ trunk/varnish-cache/bin/varnishtest/tests/c00001.vtc	2008-06-25 10:04:49 UTC (rev 2802)
@@ -36,7 +36,7 @@
 	expect resp.http.foobar == "_barf_"
 	expect resp.http.snafu1 == "_bararf_"
 	expect resp.http.snafu2 == "_frap_"
-	expect resp.http.snafu3 == "_f\rap_"
+	expect resp.http.snafu3 == "_f\\rap_"
 	expect resp.http.snafu4 == "_f&rap_"
 	expect resp.http.snafu5 == "_barffra\p_"
 	# NB: have to escape the \\ in the next line




More information about the varnish-commit mailing list