winhttp/tests: Get a test file from the WineHQ tests subdirectory.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
50af5c8337
commit
4cc3ef9391
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue