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
863b0cdf
Commit
863b0cdf
authored
May 02, 2008
by
James Hawkins
Committed by
Alexandre Julliard
May 02, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
itss: Remove a test that we expect to fail sometimes.
parent
33c3bdeb
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
protocol.c
dlls/itss/tests/protocol.c
+0
-1
No files found.
dlls/itss/tests/protocol.c
View file @
863b0cdf
...
...
@@ -303,7 +303,6 @@ static HRESULT _protocol_start(unsigned line, IInternetProtocol *protocol, LPCWS
expect_hrResult
=
S_OK
;
hres
=
IInternetProtocol_Start
(
protocol
,
url
,
&
protocol_sink
,
&
bind_info
,
0
,
0
);
ok_
(
__FILE__
,
line
)
(
hres
==
S_OK
,
"Start failed: %08x
\n
"
,
hres
);
if
(
FAILED
(
hres
))
{
SET_CALLED
(
GetBindInfo
);
...
...
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