Commit 14b6cc4e authored by Dan Fandrich's avatar Dan Fandrich
Browse files

Always use nocheck="yes" for consistency

parent 80ffd358
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,9 +37,9 @@ which are treated together as a single identifier.
</info>

<reply>
<data [nocheck="1"] [sendzero="yes"] [base64="yes"]>
<data [nocheck="yes"] [sendzero="yes"] [base64="yes"]>
data to be sent to the client on its request and later verified that it arrived
safely. Set nocheck="1" to prevent the test script from verifying the arrival
safely. Set nocheck="yes" to prevent the test script from verifying the arrival
of this data.

If the data contains 'swsclose' anywhere within the start and end tag, and
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ followlocation

# Server-side
<reply>
<data nocheck="1">
<data nocheck="yes">
HTTP/1.1 301 This is a weirdo text message swsclose
Location: data/10290002.txt?coolsite=yes
Content-Length: 62
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Resume

# Server-side
<reply>
<data nocheck="1">
<data nocheck="yes">
expected to be a file without the first part
but we emulate that
</data>
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ Resume

# Server-side
<reply>
<data nocheck="1">
<data nocheck="yes">
expected to be a file without the first part
but we emulate that
</data>
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ HTTP PUT
</info>

<reply>
<data nocheck="1">
<data nocheck="yes">
HTTP/1.1 200 A OK
Server: curl test
Content-Type: text/html; charset=iso-8859-1
@@ -15,7 +15,7 @@ Content-Length: 3

ok
</data>
<data2 nocheck="1">
<data2 nocheck="yes">
HTTP/1.1 200 A OK
Server: curl test
Content-Type: text/html; charset=iso-8859-1
Loading