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
9577c4cb
Commit
9577c4cb
authored
Jan 31, 2008
by
Jacek Caban
Committed by
Alexandre Julliard
Feb 04, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
itss: Added BINDF_NEEDFILE test.
parent
210854ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
protocol.c
dlls/itss/tests/protocol.c
+4
-0
No files found.
dlls/itss/tests/protocol.c
View file @
9577c4cb
...
@@ -70,6 +70,7 @@ DEFINE_EXPECT(ReportResult);
...
@@ -70,6 +70,7 @@ DEFINE_EXPECT(ReportResult);
static
HRESULT
expect_hrResult
;
static
HRESULT
expect_hrResult
;
static
IInternetProtocol
*
read_protocol
=
NULL
;
static
IInternetProtocol
*
read_protocol
=
NULL
;
static
DWORD
bindf
;
static
const
WCHAR
blank_url1
[]
=
{
'i'
,
't'
,
's'
,
':'
,
static
const
WCHAR
blank_url1
[]
=
{
'i'
,
't'
,
's'
,
':'
,
't'
,
'e'
,
's'
,
't'
,
'.'
,
'c'
,
'h'
,
'm'
,
':'
,
':'
,
'/'
,
'b'
,
'l'
,
'a'
,
'n'
,
'k'
,
'.'
,
'h'
,
't'
,
'm'
,
'l'
,
0
};
't'
,
'e'
,
's'
,
't'
,
'.'
,
'c'
,
'h'
,
'm'
,
':'
,
':'
,
'/'
,
'b'
,
'l'
,
'a'
,
'n'
,
'k'
,
'.'
,
'h'
,
't'
,
'm'
,
'l'
,
0
};
...
@@ -244,6 +245,7 @@ static HRESULT WINAPI BindInfo_GetBindInfo(IInternetBindInfo *iface, DWORD *grfB
...
@@ -244,6 +245,7 @@ static HRESULT WINAPI BindInfo_GetBindInfo(IInternetBindInfo *iface, DWORD *grfB
ok
(
pbindinfo
!=
NULL
,
"pbindinfo == NULL
\n
"
);
ok
(
pbindinfo
!=
NULL
,
"pbindinfo == NULL
\n
"
);
ok
(
pbindinfo
->
cbSize
==
sizeof
(
BINDINFO
),
"wrong size of pbindinfo: %d
\n
"
,
pbindinfo
->
cbSize
);
ok
(
pbindinfo
->
cbSize
==
sizeof
(
BINDINFO
),
"wrong size of pbindinfo: %d
\n
"
,
pbindinfo
->
cbSize
);
*
grfBINDF
=
bindf
;
return
S_OK
;
return
S_OK
;
}
}
...
@@ -610,6 +612,8 @@ static void test_its_protocol(void)
...
@@ -610,6 +612,8 @@ static void test_its_protocol(void)
test_protocol_url
(
factory
,
blank_url5
,
TRUE
);
test_protocol_url
(
factory
,
blank_url5
,
TRUE
);
test_protocol_url
(
factory
,
blank_url6
,
TRUE
);
test_protocol_url
(
factory
,
blank_url6
,
TRUE
);
test_protocol_url
(
factory
,
blank_url8
,
TRUE
);
test_protocol_url
(
factory
,
blank_url8
,
TRUE
);
bindf
=
BINDF_FROMURLMON
|
BINDF_NEEDFILE
;
test_protocol_url
(
factory
,
blank_url1
,
TRUE
);
}
}
IClassFactory_Release
(
factory
);
IClassFactory_Release
(
factory
);
...
...
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