Module: wine Branch: master Commit: 42bd3bb79a10ca01363cd7c883ef5ddeb5472b85 URL: https://gitlab.winehq.org/wine/wine/-/commit/42bd3bb79a10ca01363cd7c883ef5dd...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Mar 17 14:42:43 2023 +0100
advapi32/tests: Enumerate the services using the Unicode API.
The ANSI one is broken in some UTF-8 locales which prevents most of the tests from running. So use the Unicode API for most tests and just confirm that it is consistent with the ANSI one instead of doing the reverse.
Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=52895
---
dlls/advapi32/tests/service.c | 155 ++++++++++++++++++++++-------------------- 1 file changed, 80 insertions(+), 75 deletions(-)