]> granicus.if.org Git - curl/commitdiff
Always use nocheck="yes" for consistency
authorDan Fandrich <dan@coneharvesters.com>
Wed, 7 Jan 2009 21:57:26 +0000 (21:57 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Wed, 7 Jan 2009 21:57:26 +0000 (21:57 +0000)
42 files changed:
tests/FILEFORMAT
tests/data/test1029
tests/data/test1036
tests/data/test1037
tests/data/test1064
tests/data/test1065
tests/data/test1066
tests/data/test1074
tests/data/test1078
tests/data/test1080
tests/data/test1081
tests/data/test1089
tests/data/test1090
tests/data/test15
tests/data/test152
tests/data/test160
tests/data/test162
tests/data/test18
tests/data/test192
tests/data/test193
tests/data/test197
tests/data/test2000
tests/data/test2001
tests/data/test2002
tests/data/test2003
tests/data/test2004
tests/data/test217
tests/data/test24
tests/data/test256
tests/data/test287
tests/data/test293
tests/data/test38
tests/data/test522
tests/data/test523
tests/data/test546
tests/data/test549
tests/data/test550
tests/data/test57
tests/data/test612
tests/data/test74
tests/data/test86
tests/data/test94

index a1d82bf46893af20442d39616500f00e95372c04..342d8266b0644867d16eb1c1a8033afa1fd9ea73 100644 (file)
@@ -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
index 97e7fc05fcac8d75a3a508f8c64f33beec7e18a8..9c2bc5ff0bf4a66f9e00894663c0db4891fcd958 100644 (file)
@@ -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
index 471a1157851ccadb5dc0659b544a8da5791e11a1..b8ebc4fc0eb20d64a3abb873841c189fb73b26a0 100644 (file)
@@ -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>
index e4a705dfb94ff64ca1e726d7a52045dc6d7b5692..d9cdc0a666ae8d1e134f5a5ed31d11b576424fce 100644 (file)
@@ -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>
index 31a6ee7b0c468279b816c823c2eb0dff177e9818..dd05ddf3aff5f0d5ecd4336bae1c66ae56e1e32e 100644 (file)
@@ -7,7 +7,7 @@ HTTP PUT
 </info>
 
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 A OK\r
 Server: curl test\r
 Content-Type: text/html; charset=iso-8859-1\r
@@ -15,7 +15,7 @@ Content-Length: 3
 \r
 ok
 </data>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 HTTP/1.1 200 A OK\r
 Server: curl test\r
 Content-Type: text/html; charset=iso-8859-1\r
index 87f4654ca39cec58eefdb36e7128aadae8c754ec..5688ff9645672f820bf333289f0fb3585bbb0dfe 100644 (file)
@@ -8,7 +8,7 @@ HTTP GET
 </info>
 
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 A OK\r
 Server: curl test\r
 Content-Type: text/html; charset=iso-8859-1\r
@@ -16,7 +16,7 @@ Content-Length: 3
 \r
 ok
 </data>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 HTTP/1.1 200 A OK\r
 Server: curl test\r
 Content-Type: text/html; charset=iso-8859-1\r
index c2cbff691fd6efd24711c432d9f1ba8fc64a18c8..bacedefbb3de9eb2f9cd7a273be9730fddaf3944 100644 (file)
@@ -8,7 +8,7 @@ HTTP GET
 
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK\r
 Server: thebest/1.0\r
 Content-Type: text/plain\r
@@ -16,7 +16,7 @@ Content-Length: 6
 \r
 first
 </data>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Server: thebest/1.0\r
 Content-Type: text/plain\r
index bb710ce7560a37de8a1b56b6666217ed88175da4..3464b4183d13f5c08631ceff7e8a6c02bf91e98c 100644 (file)
@@ -9,7 +9,7 @@ HTTP/1.0
 
 # Server-side
 <reply>
-<data nocheck="true">
+<data nocheck="yes">
 HTTP/1.0 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Content-Length: 9\r
index 15cd6a02c31a45a63100c7e0c523d56fd8db5ad9..2ff4543d9438590a0657e9cf1780337aebfeeae0 100644 (file)
@@ -13,7 +13,7 @@ proxytunnel
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.0 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Server: test-server/fake\r
index 5879a6f1754c7ef648a7c8a4f45ec474e2869685..ae37fb7fd7c7fb4646aecb243c8d8efc5f52d0bf 100644 (file)
@@ -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\r
 Location: data/10800002.txt?coolsite=yes\r
 Content-Length: 62\r
index b91ef60354a80546f06f592731bcb814fa9605a7..d290020b6920ed3aee84b0ca2352d214b34f3e96 100644 (file)
@@ -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\r
 Location: data/10810099.txt?coolsite=yes\r
 Content-Length: 62\r
@@ -19,7 +19,7 @@ Connection: close
 \r
 This server reply is for testing a simple Location: following
 </data>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 HTTP/1.1 200 Followed here fine swsclose\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Server: test-server/fake\r
index ca8e648ab405c3dea69fad07f5974b7b8320885c..d2a18a21d212b1241bc156d3bf3f4595705af51e 100644 (file)
@@ -11,7 +11,7 @@ followlocation
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 302 OK swsbounce swsclose\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Content-Length: 8\r
@@ -21,7 +21,7 @@ Location: ./10890001
 \r
 monster
 </data>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Content-Length: 15\r
index 14d984c862e15a4adbe0e27491b2697243e554af..3304f911d3c1bd3d034d8cf0d9dd87e5b47c0d71 100644 (file)
@@ -12,7 +12,7 @@ chunked Transfer-Encoding
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 302 OK swsbounce swsclose\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Content-Length: 8\r
@@ -22,7 +22,7 @@ Location: ./10900001
 \r
 monster
 </data>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Transfer-Encoding: chunked\r
index 6b101cd2a0fbbc3abb406198e130a9e9ebc8e477..3b1fa4369649b54c4ebf40d7a346bba1da61ab42 100644 (file)
@@ -8,7 +8,7 @@ HTTP GET
 </info>
 # Server-side
 <reply>
-<data nocheck="true">
+<data nocheck="yes">
 HTTP/1.4 200 OK\r
 Fake: yes\r
 Fake: yes\r
index b10503e643146167c1741fd3a1874cda10c92c4f..c3f4159e8f254ea16616fd1bd30d62d7575098fb 100644 (file)
@@ -1,7 +1,7 @@
 <testcase>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.0 401 BAD BOY
 Server: swsclose
 Content-Type: text/html
index 557fe47c06b06953b6b2781f59f19e0bfbf2c4c9..d6ead5937614fe0039ff06f87fb9a6a67246e14b 100644 (file)
@@ -1,7 +1,7 @@
 <testcase>
 # Server-side
 <reply>
-<data nocheck="true">
+<data nocheck="yes">
 HTTP/1.1 200 OK swsclose\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Content-Length: 9\r
index 4f793d9a2456faf30263ff57db2639d834354e34..9b75f7c6b2d373eb25b3387642c55e62d510f8c2 100644 (file)
@@ -11,7 +11,7 @@ FAILURE
 
 # Server-side
 <reply>
-<data1001 nocheck="1">
+<data1001 nocheck="yes">
 HTTP/1.0 407 BAD BOY
 Proxy-Authenticate: Basic realm="Squid proxy-caching web server"
 Server: swsclose
index 9da0bb7432c23ec7240e37fe8cf318a2e7a2e9e5..ff65817d11a2a78bddbe173b2493781b1952e29b 100644 (file)
@@ -8,7 +8,7 @@ HTTP GET
 </info>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Funny-head: yesyes
 Content-Length: 4\r
index bd03d2b9d2312e870f71839eaf27f1e6b27c9956..5f59e1850a680eee997d0ce8f203463554d10803 100644 (file)
@@ -2,7 +2,7 @@
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Content-Length: 8
index 19057751d0dd5f3f83e2ba44d12b5a1bb9eba0ef..c5425bb3f2c6af648101515d0cfbbbe646ff2abd 100644 (file)
@@ -11,7 +11,7 @@ followlocation
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 302 OK swsbounce swsclose
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Content-Length: 8
@@ -20,7 +20,7 @@ Location: ./193
 
 monster
 </data>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Content-Length: 8
index 39fae5e7cc17d4877e38909e43b8ad0c23f2c9b8..062f469f2b78df869514637b6580084b69695c96 100644 (file)
@@ -2,14 +2,14 @@
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 503 OK swsbounce
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Content-Length: 21
 
 server not available
 </data>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Content-Length: 3
index b5f4777d54d445cd9b4fb6d2e453bba47c5f83cf..d3edb16e5a6d887c0cea6d4083b8fdb5807b4904 100644 (file)
@@ -11,7 +11,7 @@ multiprotocol
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 data
     to
       see
index 475007e86d2db36016bea0953aebd846db5517cd..68c0df7841f92fbdb3b124ab55a699e775feb71c 100644 (file)
@@ -13,7 +13,7 @@ multiprotocol
 #
 # Server-side
 <reply>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Server: test-server/fake\r
@@ -27,7 +27,7 @@ Funny-head: yesyes
 \r
 -foo-
 </data1>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 data
     to
       see
index ed8ca1c4a0fcda46cfaaadb4d99a644b2d8783e6..f39cd60f15ec607b620716cbc4dbe3e998c55e2b 100644 (file)
@@ -15,7 +15,7 @@ multiprotocol
 #
 # Server-side
 <reply>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Server: test-server/fake\r
@@ -29,7 +29,7 @@ Funny-head: yesyes
 \r
 -foo-
 </data1>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 data
     to
       see
@@ -37,7 +37,7 @@ that FTP
 works
   so does it?
 </data2>
-<data3 nocheck="1">
+<data3 nocheck="yes">
 a chunk of
 data
 returned
index b6938166bb8f1e8fec2d5f96efe7977608c627e4..57c0d24e6b37e63c27ae6ae50a09cc5cde830074 100644 (file)
@@ -15,7 +15,7 @@ multiprotocol
 #
 # Server-side
 <reply>
-<data1 nocheck="1">
+<data1 nocheck="yes">
 HTTP/1.1 200 OK\r
 Date: Thu, 09 Nov 2010 14:49:00 GMT\r
 Server: test-server/fake\r
@@ -29,7 +29,7 @@ Funny-head: yesyes
 \r
 -foo-
 </data1>
-<data2 nocheck="1">
+<data2 nocheck="yes">
 data
     to
       see
@@ -37,7 +37,7 @@ that FTP
 works
   so does it?
 </data2>
-<data3 nocheck="1">
+<data3 nocheck="yes">
 a chunk of
 data
 returned
index eedabf3814b1273cc6ca7f35b908b9589fa8f329..7433667beae10d68ad6a99f715c9e3c716e178a1 100644 (file)
@@ -13,7 +13,7 @@ multiprotocol
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 Test data file
 for tftp test
 </data>
index 63bb691a98ca5ec91d5acbd655291797369efc70..9d86ced2315a60e1ddae38534b2c931ab76c5553 100644 (file)
@@ -15,7 +15,7 @@ followlocation
 <reply>
 
 # this is returned first since we get no proxy-auth
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 405 Method Not Allowed swsclose\r
 \r
 And you should ignore this data.
index 3649f2895056bd7130e5ebbef3452247db4475ad..7985f43b78497b1fbbf64774705db108d0858c91 100644 (file)
@@ -7,7 +7,7 @@ HTTP GET
 </info>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.0 404 BAD BOY
 Content-Type: text/html
 
index d82f17414cffc691f675af0424bdd0e31c00e36e..5f8323b6727aed47746d409d03f6769e56829177 100644 (file)
@@ -10,7 +10,7 @@ FAILURE
 </info>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.0 200 Mooo
 Date: Mon, 13 Nov 2000 13:41:09 GMT
 Server: myown/1.0
index 147798c72626ef2573aeb26a5499bd5bf1e015f4..507387884d7f19a7bb92cad13c4413aafc6be2a5 100644 (file)
@@ -12,7 +12,7 @@ proxytunnel
 <reply>
 
 # this is returned first since we get no proxy-auth
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 405 Method Not Allowed swsclose\r
 \r
 And you should ignore this data.
index add6865339dd65b6d1fc23647f47bfc9a193044f..d75fc9a3c362b5df6406fdfac8e5fa0e0bdbeae5 100644 (file)
@@ -11,7 +11,7 @@ FAILURE
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index 377b5b2ae25f269f2327179e8c4b5fb8a54dfe6e..75155866dfcf7480dce9ecbaaf68932a4a06a1df 100644 (file)
@@ -9,7 +9,7 @@ FAILURE
 </info>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.0 200 Mooo
 Date: Mon, 13 Nov 2000 13:41:09 GMT
 Server: myown/1.0
index c96f55e8e0bce1d27a09f67a82cd41229f5b20cd..4ac46ff7557b955a8f5dc3f03684f361f69e422c 100644 (file)
@@ -10,7 +10,7 @@ CURLOPT_PORT
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index c671ad1beb3ef683f37799b5b9ab81bec67eee0a..4c67cdbd89e3f8845ba5f7bb0755de9d963d0db3 100644 (file)
@@ -12,7 +12,7 @@ CURLOPT_PROXY
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK swsclose
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index 1dd1cd41e44bef1df1b476cd489f026cc818fd15..12e604a0e8de04524a98fde37fa886db81bee9df 100644 (file)
@@ -9,7 +9,7 @@ multi
 </info>
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 data
     to
       see
index e83f08af465046af3342484f2282d6d9960e6c06..298d0ad98a726eabf6171c2bac726c97d57b2675 100644 (file)
@@ -11,7 +11,7 @@ HTTP proxy
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK swsclose
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index c7a11eb906b020c3722066ffc6aa116b4903f94a..c99cf4bed434a36f3c10b4c76a9363bf733749ac 100644 (file)
@@ -11,7 +11,7 @@ CURLOPT_PROXY
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK swsclose
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index 7af555a755157cb87ae2e41844e31fcd0737cf36..0724eac822276a16dd043e3b01c2af4f000819c3 100644 (file)
@@ -9,7 +9,7 @@ HTTP GET
 
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK swsclose
 Funny-head: yesyes
 Content-Type: text/html; charset=ISO-8859-4   
index 972656a23275e808d406cfd23336d4ed7bfe096a..c9582b98d4cf9c9099c1e9b68586027ef7ccaff2 100644 (file)
@@ -9,7 +9,7 @@ post-quote
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 Dummy test file for remove test
 </data>
 </reply>
index ba6a42910c180f8eaba826012fa2d3a9c301ccf4..4c08e26ebd9f59b8e2ccfeb223f66d3af4de8d63 100644 (file)
@@ -9,7 +9,7 @@ HTTP GET
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index 9ddc043cd27045dcbdebfe38a0e0fae298e924a3..70c28e93b263c9c23ea4af0c63a806ec04dc36c2 100644 (file)
@@ -9,7 +9,7 @@ HTTP GET
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 200 OK
 Date: Thu, 09 Nov 2010 14:49:00 GMT
 Server: test-server/fake
index 6660302a1e086b1ef3bdf81c89000fb6e27f3aaa..9b6a5f6ebc742f797f53ce28cfaf73a36c2a4680 100644 (file)
@@ -11,7 +11,7 @@ FAILURE
 #
 # Server-side
 <reply>
-<data nocheck="1">
+<data nocheck="yes">
 HTTP/1.1 407 Needs proxy authentication
 Server: test-server/fake swsclose yesyes
 Proxy-Authenticate: Basic "oh please"