Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
493d414c
Commit
493d414c
authored
Nov 12, 2015
by
Piotr Caban
Committed by
Alexandre Julliard
Nov 13, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wininet: Create file with correct file name in test_trailing_slash tests.
Signed-off-by:
Piotr Caban
<
piotr@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
ba081cab
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
urlcache.c
dlls/wininet/tests/urlcache.c
+1
-1
No files found.
dlls/wininet/tests/urlcache.c
View file @
493d414c
...
...
@@ -1086,7 +1086,7 @@ static void test_trailing_slash(void)
ret
=
CreateUrlCacheEntryA
(
url_with_slash
,
0
,
"html"
,
filename
,
0
);
ok
(
ret
,
"CreateUrlCacheEntry failed with error %d
\n
"
,
GetLastError
());
create_and_write_file
(
filename
A
,
&
zero_byte
,
sizeof
(
zero_byte
));
create_and_write_file
(
filename
,
&
zero_byte
,
sizeof
(
zero_byte
));
ret
=
CommitUrlCacheEntryA
(
"Visited: http://testing.cache.com/"
,
NULL
,
filetime_zero
,
filetime_zero
,
NORMAL_CACHE_ENTRY
,
NULL
,
0
,
"html"
,
NULL
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment