mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[KERNEL32_APITEST] JapaneseCalendar must work even if not codepage 932"
Delete (GetACP() != 932) check.
This commit is contained in:
parent
ffb4b674c7
commit
72990b29c5
1 changed files with 0 additions and 6 deletions
|
@ -44,12 +44,6 @@ START_TEST(JapaneseCalendar)
|
|||
trace("lcid: 0x%08lX\n", lcid);
|
||||
trace("langid: 0x%04lX\n", langid);
|
||||
|
||||
if (GetACP() != 932)
|
||||
{
|
||||
skip("Codepage is not Japanese.\n");
|
||||
return;
|
||||
}
|
||||
|
||||
ZeroMemory(&st, sizeof(st));
|
||||
st.wYear = 2019;
|
||||
st.wMonth = 4;
|
||||
|
|
Loading…
Reference in a new issue