Fossil SCM
Rename test function to match the test command name
Commit
77be1777e19338127f46908ba6f51a60f054371afb177f79e9b03299b507fcfb
Parent
b45a985c864d06a…
1 file changed
+1
-1
+1
-1
| --- src/http.c | ||
| +++ src/http.c | ||
| @@ -484,11 +484,11 @@ | ||
| 484 | 484 | ** --compress Use ZLIB compression on the payload |
| 485 | 485 | ** --mimetype TYPE Mimetype of the payload |
| 486 | 486 | ** --out FILE Store the reply in FILE |
| 487 | 487 | ** -v Verbose output |
| 488 | 488 | */ |
| 489 | -void test_wget_command(void){ | |
| 489 | +void test_httpmsg_command(void){ | |
| 490 | 490 | const char *zMimetype; |
| 491 | 491 | const char *zInFile; |
| 492 | 492 | const char *zOutFile; |
| 493 | 493 | Blob in, out; |
| 494 | 494 | unsigned int mHttpFlags = HTTP_GENERIC|HTTP_NOCOMPRESS; |
| 495 | 495 |
| --- src/http.c | |
| +++ src/http.c | |
| @@ -484,11 +484,11 @@ | |
| 484 | ** --compress Use ZLIB compression on the payload |
| 485 | ** --mimetype TYPE Mimetype of the payload |
| 486 | ** --out FILE Store the reply in FILE |
| 487 | ** -v Verbose output |
| 488 | */ |
| 489 | void test_wget_command(void){ |
| 490 | const char *zMimetype; |
| 491 | const char *zInFile; |
| 492 | const char *zOutFile; |
| 493 | Blob in, out; |
| 494 | unsigned int mHttpFlags = HTTP_GENERIC|HTTP_NOCOMPRESS; |
| 495 |
| --- src/http.c | |
| +++ src/http.c | |
| @@ -484,11 +484,11 @@ | |
| 484 | ** --compress Use ZLIB compression on the payload |
| 485 | ** --mimetype TYPE Mimetype of the payload |
| 486 | ** --out FILE Store the reply in FILE |
| 487 | ** -v Verbose output |
| 488 | */ |
| 489 | void test_httpmsg_command(void){ |
| 490 | const char *zMimetype; |
| 491 | const char *zInFile; |
| 492 | const char *zOutFile; |
| 493 | Blob in, out; |
| 494 | unsigned int mHttpFlags = HTTP_GENERIC|HTTP_NOCOMPRESS; |
| 495 |