Commit 4cc3ef93 authored by Alexandre Julliard's avatar Alexandre Julliard

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

parent 50af5c83
...@@ -4637,7 +4637,7 @@ static void test_WinHttpGetProxyForUrl(void) ...@@ -4637,7 +4637,7 @@ static void test_WinHttpGetProxyForUrl(void)
static void test_chunked_read(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}; static const WCHAR chunked[] = {'c','h','u','n','k','e','d',0};
WCHAR header[32]; WCHAR header[32];
DWORD len, err; DWORD len, err;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment