Alexandre Julliard : winhttp/tests: Get a test file from the WineHQ tests subdirectory.

Alexandre Julliard julliard at winehq.org
Mon May 6 15:38:48 CDT 2019


Module: wine
Branch: master
Commit: 4cc3ef939143118b226b4a2e9193776e3e2119d4
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=4cc3ef939143118b226b4a2e9193776e3e2119d4

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon May  6 03:41:14 2019 -0500

winhttp/tests: Get a test file from the WineHQ tests subdirectory.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/winhttp/tests/winhttp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/winhttp/tests/winhttp.c b/dlls/winhttp/tests/winhttp.c
index 3a28acf..dfd3c4d 100644
--- a/dlls/winhttp/tests/winhttp.c
+++ b/dlls/winhttp/tests/winhttp.c
@@ -4637,7 +4637,7 @@ static void test_WinHttpGetProxyForUrl(void)
 
 static void test_chunked_read(void)
 {
-    static const WCHAR verb[] = {'/','t','e','s','t','c','h','u','n','k','e','d',0};
+    static const WCHAR verb[] = {'/','t','e','s','t','s','/','c','h','u','n','k','e','d',0};
     static const WCHAR chunked[] = {'c','h','u','n','k','e','d',0};
     WCHAR header[32];
     DWORD len, err;




More information about the wine-cvs mailing list