1 Apr
2009
1 Apr
'09
8:37 a.m.
Ge van Geldorp wrote:
Account names are localized. Similar to existing skip in line 1806.
Changelog: Skip some tests using English names when running on non-English locales
--- dlls/advapi32/tests/security.c | 45 ++++++++++++++++++++++----------------- 1 files changed, 25 insertions(+), 20 deletions(-)
------------------------------------------------------------------------
Hi Ge, Aric sent a patch yesterday to address this: http://www.winehq.org/pipermail/wine-patches/2009-March/071373.html Besides that I don't think there is a need for this big indented block. You could have just done : if() { skip() return; } -- Cheers, Paul.