Commit 043f6521 authored by Fabian Maurer's avatar Fabian Maurer Committed by Alexandre Julliard

kernel32/tests: Make sure test doesn't depend on previous state.

parent c28225fe
......@@ -2364,6 +2364,7 @@ static void test_LCMapStringA(void)
ok(!ret, "src == dst without LCMAP_UPPERCASE or LCMAP_LOWERCASE must fail\n");
/* test whether '\0' is always appended */
memset(buf, 0xff, sizeof(buf));
ret = LCMapStringA(LOCALE_USER_DEFAULT, LCMAP_SORTKEY,
upper_case, -1, buf, sizeof(buf));
ok(ret, "LCMapStringA must succeed\n");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment