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
1e4412d7
Commit
1e4412d7
authored
Nov 18, 2009
by
Francois Gouget
Committed by
Alexandre Julliard
Nov 18, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml/tests: Add a trailing '\n' to ok() calls.
parent
44f520a5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
dom.c
dlls/mshtml/tests/dom.c
+6
-6
No files found.
dlls/mshtml/tests/dom.c
View file @
1e4412d7
...
...
@@ -5707,7 +5707,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLFramesCollection2_item
(
frames
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLFramesCollection2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr1"
);
}
VariantClear
(
&
result_var
);
...
...
@@ -5717,7 +5717,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLFramesCollection2_item
(
frames
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLFramesCollection2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr2"
);
}
VariantClear
(
&
result_var
);
...
...
@@ -5735,7 +5735,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLFramesCollection2_item
(
frames
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLFramesCollection2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr1"
);
}
VariantClear
(
&
result_var
);
...
...
@@ -5764,7 +5764,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLWindow2_item
(
window
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLWindow2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr1"
);
}
VariantClear
(
&
result_var
);
...
...
@@ -5774,7 +5774,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLWindow2_item
(
window
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLWindow2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr2"
);
}
VariantClear
(
&
result_var
);
...
...
@@ -5792,7 +5792,7 @@ static void test_frameset(IHTMLDocument2 *doc)
hres
=
IHTMLWindow2_item
(
window
,
&
index_var
,
&
result_var
);
ok
(
hres
==
S_OK
,
"IHTMLWindow2_item failed: 0x%08x
\n
"
,
hres
);
if
(
SUCCEEDED
(
hres
))
{
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x"
,
V_VT
(
&
result_var
));
ok
(
V_VT
(
&
result_var
)
==
VT_DISPATCH
,
"result type should have been VT_DISPATCH, was: 0x%x
\n
"
,
V_VT
(
&
result_var
));
test_frame
((
IDispatch
*
)
V_DISPATCH
(
&
result_var
),
"fr2"
);
}
VariantClear
(
&
result_var
);
...
...
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