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
6e079915
Commit
6e079915
authored
Aug 13, 2010
by
Detlef Riekenberg
Committed by
Alexandre Julliard
Aug 16, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
shlwapi/tests: Run more language dependent tests only on English locales.
parent
c4a3b390
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
8 deletions
+6
-8
string.c
dlls/shlwapi/tests/string.c
+6
-8
No files found.
dlls/shlwapi/tests/string.c
View file @
6e079915
...
...
@@ -1421,19 +1421,17 @@ START_TEST(string)
test_StrToIntExA
();
test_StrToIntExW
();
test_StrDupA
();
if
(
lstrcmp
(
thousandDelim
,
","
)
==
0
&&
lstrcmp
(
decimalDelim
,
"."
)
==
0
)
{
/* these tests are locale-dependent */
test_StrFormatByteSize64A
();
test_StrFormatKBSizeA
();
test_StrFormatKBSizeW
();
}
/* language-dependent test */
if
(
PRIMARYLANGID
(
GetUserDefaultLangID
())
!=
LANG_ENGLISH
)
trace
(
"Skipping StrFromTimeInterval test for non English language
\n
"
);
skip
(
"English is required for StrFromTimeInterval and StrFormat*Size tests
\n
"
);
else
{
test_StrFormatByteSize64A
();
test_StrFormatKBSizeA
();
test_StrFormatKBSizeW
();
test_StrFromTimeIntervalA
();
}
test_StrCmpA
();
test_StrCmpW
();
...
...
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