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
24e0e4d1
Commit
24e0e4d1
authored
Oct 01, 2013
by
Akihiro Sagawa
Committed by
Alexandre Julliard
Oct 01, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gdi32/tests: Fix copy&paste issues related to gmBlackBoxY.
parent
c886ad82
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
font.c
dlls/gdi32/tests/font.c
+4
-4
No files found.
dlls/gdi32/tests/font.c
View file @
24e0e4d1
...
@@ -4122,7 +4122,7 @@ static void test_GetGlyphOutline(void)
...
@@ -4122,7 +4122,7 @@ static void test_GetGlyphOutline(void)
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
todo_wine
{
todo_wine
{
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
X
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
Y
);
}
}
}
}
...
@@ -4137,7 +4137,7 @@ static void test_GetGlyphOutline(void)
...
@@ -4137,7 +4137,7 @@ static void test_GetGlyphOutline(void)
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
todo_wine
{
todo_wine
{
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
X
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
Y
);
}
}
}
}
...
@@ -4152,7 +4152,7 @@ static void test_GetGlyphOutline(void)
...
@@ -4152,7 +4152,7 @@ static void test_GetGlyphOutline(void)
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
ok
(
ret
==
0
,
"%2d:GetGlyphOutlineW should return 0, got %d
\n
"
,
fmt
[
i
],
ret
);
todo_wine
{
todo_wine
{
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
X
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
Y
);
}
}
}
}
...
@@ -4165,7 +4165,7 @@ static void test_GetGlyphOutline(void)
...
@@ -4165,7 +4165,7 @@ static void test_GetGlyphOutline(void)
ok
(
ret
!=
GDI_ERROR
,
"%2d:GetGlyphOutlineW should succeed, got %d
\n
"
,
fmt
[
i
],
ret
);
ok
(
ret
!=
GDI_ERROR
,
"%2d:GetGlyphOutlineW should succeed, got %d
\n
"
,
fmt
[
i
],
ret
);
todo_wine
{
todo_wine
{
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxX
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBoxX
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
X
);
ok
(
gm
.
gmBlackBoxY
==
1
,
"%2d:expected 1, got %u
\n
"
,
fmt
[
i
],
gm
.
gmBlackBox
Y
);
}
}
}
}
else
else
...
...
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