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
9226cee6
Commit
9226cee6
authored
Aug 17, 2007
by
Paul Vriens
Committed by
Alexandre Julliard
Aug 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32/tests: Fix a few typos.
parent
7c0f0abe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
vartest.c
dlls/oleaut32/tests/vartest.c
+3
-3
No files found.
dlls/oleaut32/tests/vartest.c
View file @
9226cee6
...
...
@@ -6857,7 +6857,7 @@ static void test_VarPow(void)
hres
=
pVarPow
(
&
dec
,
&
right
,
&
result
);
ok
(
hres
==
S_OK
&&
V_VT
(
&
result
)
==
VT_R8
,
"VARPOW: expected coerced hres 0x%X type VT_R8, got hres 0x%X type%s!
\n
"
,
"VARPOW: expected coerced hres 0x%X type VT_R8, got hres 0x%X type
%s!
\n
"
,
S_OK
,
hres
,
vtstr
(
V_VT
(
&
result
)));
ok
(
hres
==
S_OK
&&
EQ_DOUBLE
(
V_R8
(
&
result
),
4
.
0
),
"VARPOW: DECIMAL value %f, expected %f
\n
"
,
V_R8
(
&
result
),
4
.
0
);
...
...
@@ -7682,7 +7682,7 @@ static void test_VarIdiv(void)
hres
=
VarIdiv
(
&
dec
,
&
right
,
&
result
);
ok
(
hres
==
S_OK
&&
V_VT
(
&
result
)
==
VT_I8
,
"VARIDIV: expected coerced hres 0x%X type VT_I8, got hres 0x%X type%s!
\n
"
,
"VARIDIV: expected coerced hres 0x%X type VT_I8, got hres 0x%X type
%s!
\n
"
,
S_OK
,
hres
,
vtstr
(
V_VT
(
&
result
)));
ok
(
hres
==
S_OK
&&
V_I8
(
&
result
)
==
1
,
"VARIDIV: DECIMAL value 0x%x%08x, expected %d
\n
"
,
...
...
@@ -8200,7 +8200,7 @@ static void test_VarImp(void)
hres
=
pVarImp
(
&
dec
,
&
right
,
&
result
);
ok
(
hres
==
S_OK
&&
V_VT
(
&
result
)
==
VT_I8
,
"VARIMP: expected coerced hres 0x%X type VT_I8, got hres 0x%X type%s!
\n
"
,
"VARIMP: expected coerced hres 0x%X type VT_I8, got hres 0x%X type
%s!
\n
"
,
S_OK
,
hres
,
vtstr
(
V_VT
(
&
result
)));
ok
(
hres
==
S_OK
&&
V_I8
(
&
result
)
==
-
3
,
"VARIMP: DECIMAL value 0x%x%08x, expected %d
\n
"
,
...
...
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