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
4b461bc0
Commit
4b461bc0
authored
Dec 16, 2009
by
Jacek Caban
Committed by
Alexandre Julliard
Dec 17, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
urlmon: Fixed race in tests.
parent
2102dbe8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
url.c
dlls/urlmon/tests/url.c
+3
-1
No files found.
dlls/urlmon/tests/url.c
View file @
4b461bc0
...
@@ -2650,6 +2650,7 @@ static void test_URLDownloadToFile(DWORD prot, BOOL emul)
...
@@ -2650,6 +2650,7 @@ static void test_URLDownloadToFile(DWORD prot, BOOL emul)
SET_EXPECT
(
QueryInterface_IHttpNegotiate2
);
SET_EXPECT
(
QueryInterface_IHttpNegotiate2
);
SET_EXPECT
(
GetRootSecurityId
);
SET_EXPECT
(
GetRootSecurityId
);
SET_EXPECT
(
QueryInterface_IWindowForBindingUI
);
SET_EXPECT
(
QueryInterface_IWindowForBindingUI
);
SET_EXPECT
(
OnProgress_CONNECTING
);
}
}
if
(
test_protocol
==
HTTP_TEST
||
test_protocol
==
HTTPS_TEST
||
test_protocol
==
FILE_TEST
)
if
(
test_protocol
==
HTTP_TEST
||
test_protocol
==
HTTPS_TEST
||
test_protocol
==
FILE_TEST
)
SET_EXPECT
(
OnProgress_SENDINGREQUEST
);
SET_EXPECT
(
OnProgress_SENDINGREQUEST
);
...
@@ -2693,6 +2694,7 @@ static void test_URLDownloadToFile(DWORD prot, BOOL emul)
...
@@ -2693,6 +2694,7 @@ static void test_URLDownloadToFile(DWORD prot, BOOL emul)
CHECK_CALLED
(
GetRootSecurityId
);
CHECK_CALLED
(
GetRootSecurityId
);
}
}
CLEAR_CALLED
(
QueryInterface_IWindowForBindingUI
);
CLEAR_CALLED
(
QueryInterface_IWindowForBindingUI
);
CLEAR_CALLED
(
OnProgress_CONNECTING
);
}
}
if
(
test_protocol
==
FILE_TEST
)
if
(
test_protocol
==
FILE_TEST
)
CHECK_CALLED
(
OnProgress_SENDINGREQUEST
);
CHECK_CALLED
(
OnProgress_SENDINGREQUEST
);
...
@@ -2942,7 +2944,7 @@ START_TEST(url)
...
@@ -2942,7 +2944,7 @@ START_TEST(url)
test_BindToStorage
(
ABOUT_TEST
,
0
,
TYMED_ISTREAM
);
test_BindToStorage
(
ABOUT_TEST
,
0
,
TYMED_ISTREAM
);
trace
(
"about test (to file)...
\n
"
);
trace
(
"about test (to file)...
\n
"
);
test_BindToStorage
(
ABOUT_TEST
,
BINDTEST_EMULATE
,
TYMED_FILE
);
test_BindToStorage
(
ABOUT_TEST
,
0
,
TYMED_FILE
);
trace
(
"about test (to object)...
\n
"
);
trace
(
"about test (to object)...
\n
"
);
test_BindToObject
(
ABOUT_TEST
,
0
);
test_BindToObject
(
ABOUT_TEST
,
0
);
...
...
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