kernel32:tests:path.c Add test for GetShortPathNameW [try3]

Alexandre Julliard julliard at winehq.org
Wed Jul 11 04:38:45 CDT 2007


Anatoly Lyutin <vostok at etersoft.ru> writes:

> +    if ( GetThreadLocale() == CyrLCID )
> +    {
> +        /* Create  directory with Cyrillic long name */
> +        helper_GetShortPathNameW( pathRL );
> +
> +        /* Create directory with Cyrillic short name */
> +        helper_GetShortPathNameW( pathRS );
> +    }
> +    else
> +        skip( "Not Cyrillic locale.Test skipped.\n" );

There's nothing specific about the Cyrillic locale in
GetShortPathName; the only thing that could possibly matter is the
file system encoding, but that's not the same thing. What are you
trying to test here?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list