Fossil SCM
fix json-cap-POSTenv-name, json-cap-POSTenv-notsetup tests
Commit
17c01c549e73c6b8fd92189dee2cec4622dc2370df12125bd55d232710fb2dfc
Parent
fb4e90b662803e4…
1 file changed
+1
-1
+1
-1
| --- test/json.test | ||
| +++ test/json.test | ||
| @@ -107,11 +107,11 @@ | ||
| 107 | 107 | set request [subst {POST $url HTTP/1.0\r |
| 108 | 108 | Host: localhost\r |
| 109 | 109 | User-Agent: Fossil-Test\r |
| 110 | 110 | Cookie: $cookie\r |
| 111 | 111 | Content-Type: application/json |
| 112 | -Content-Length $len | |
| 112 | +Content-Length: $len | |
| 113 | 113 | \r |
| 114 | 114 | $data}] |
| 115 | 115 | } else { |
| 116 | 116 | set request [subst {GET $url HTTP/1.0\r |
| 117 | 117 | Host: localhost\r |
| 118 | 118 |
| --- test/json.test | |
| +++ test/json.test | |
| @@ -107,11 +107,11 @@ | |
| 107 | set request [subst {POST $url HTTP/1.0\r |
| 108 | Host: localhost\r |
| 109 | User-Agent: Fossil-Test\r |
| 110 | Cookie: $cookie\r |
| 111 | Content-Type: application/json |
| 112 | Content-Length $len |
| 113 | \r |
| 114 | $data}] |
| 115 | } else { |
| 116 | set request [subst {GET $url HTTP/1.0\r |
| 117 | Host: localhost\r |
| 118 |
| --- test/json.test | |
| +++ test/json.test | |
| @@ -107,11 +107,11 @@ | |
| 107 | set request [subst {POST $url HTTP/1.0\r |
| 108 | Host: localhost\r |
| 109 | User-Agent: Fossil-Test\r |
| 110 | Cookie: $cookie\r |
| 111 | Content-Type: application/json |
| 112 | Content-Length: $len |
| 113 | \r |
| 114 | $data}] |
| 115 | } else { |
| 116 | set request [subst {GET $url HTTP/1.0\r |
| 117 | Host: localhost\r |
| 118 |