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

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2019-05-06 03:41:14 -05:00
parent 50af5c8337
commit 4cc3ef9391
1 changed files with 1 additions and 1 deletions

View File

@ -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;