http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94aee7a
)
dwrite/tests: Remove failing test line, we have skips for this now.
author
Nikolay Sivov
<nsivov@codeweavers.com>
Fri, 5 Feb 2016 05:33:13 +0000
(08:33 +0300)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 5 Feb 2016 11:34:45 +0000
(20:34 +0900)
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/dwrite/tests/layout.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/dwrite/tests/layout.c
b/dlls/dwrite/tests/layout.c
index aed5e029dfb7826831f7fa2cdeef9a7379fa7196..04e3ee0c68ecb450f3fab5a8775419ab19fc9daf 100644
(file)
--- a/
dlls/dwrite/tests/layout.c
+++ b/
dlls/dwrite/tests/layout.c
@@
-3215,7
+3215,6
@@
static BOOL get_enus_string(IDWriteLocalizedStrings *strings, WCHAR *buff, UINT3
hr = IDWriteLocalizedStrings_FindLocaleName(strings, enusW, &index, &exists);
ok(hr == S_OK, "got 0x%08x\n", hr);
- ok(exists, "got %d\n", exists);
if (exists) {
hr = IDWriteLocalizedStrings_GetString(strings, index, buff, size);