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
b581fc5b
Commit
b581fc5b
authored
May 02, 2010
by
Austin English
Committed by
Alexandre Julliard
May 03, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msvcrt/tests: fix a couple typos.
parent
f3ab3d97
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
locale.c
dlls/msvcrt/tests/locale.c
+2
-2
No files found.
dlls/msvcrt/tests/locale.c
View file @
b581fc5b
...
...
@@ -77,7 +77,7 @@ static void test_setlocale(void)
ret
=
setlocale
(
LC_ALL
,
"German"
);
todo_wine
ok
(
!
strcmp
(
ret
,
"German_Germany.1252"
),
"ret = %s
\n
"
,
ret
);
/* This test shows that _country_synon
i
ms table is incorrect */
/* This test shows that _country_synon
y
ms table is incorrect */
/* It translates "America" to "US" */
ret
=
setlocale
(
LC_ALL
,
"America"
);
ok
(
ret
==
NULL
,
"ret = %s
\n
"
,
ret
);
...
...
@@ -108,7 +108,7 @@ static void test_crtGetStringTypeW(void)
}
if
(
!
pmemcpy_s
)
{
win_skip
(
"To old version of msvcrt.dll
\n
"
);
win_skip
(
"To
o
old version of msvcrt.dll
\n
"
);
return
;
}
...
...
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