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
e1b80a04
Commit
e1b80a04
authored
Feb 03, 2009
by
Paul Vriens
Committed by
Alexandre Julliard
Feb 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
riched32/tests: Skip some tests on Win9x, WinME and NT4.
parent
3cd41500
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
editor.c
dlls/riched32/tests/editor.c
+4
-0
No files found.
dlls/riched32/tests/editor.c
View file @
e1b80a04
...
...
@@ -450,6 +450,10 @@ static void test_EM_LINELENGTH(void)
SendMessage
(
hwndRichEdit
,
WM_SETTEXT
,
0
,
(
LPARAM
)
text
);
result
=
SendMessage
(
hwndRichEdit
,
EM_GETLINECOUNT
,
0
,
0
);
if
(
result
==
4
)
{
win_skip
(
"Win9x, WinME and NT4 don't handle '
\\
r only' correctly
\n
"
);
return
;
}
ok
(
result
==
9
,
"Incorrect line count of %ld
\n
"
,
result
);
for
(
i
=
0
;
i
<
sizeof
(
offset_test
)
/
sizeof
(
offset_test
[
0
]);
i
++
)
{
...
...
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