advapi32/tests: Skip some tests using English names when running on non-English locales

Paul Vriens paul.vriens.wine at gmail.com
Wed Apr 1 03:37:03 CDT 2009


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.



More information about the wine-devel mailing list