"Benjamin Arai" <[EMAIL PROTECTED]> writes:

> +void test_VarWeekdayName(void)
> +{
> +    WCHAR day_LongFormat[][10] =
> +    {
> +        {'S','u','n','d','a','y',0},
> +        {'M','o','n','d','a','y',0},
> +        {'T','u','e','s','d','a','y',0},
> +        {'W','e','d','n','e','s','d','a','y',0},
> +        {'T','h','u','r','s','d','a','y',0},
> +        {'F','r','i','d','a','y',0},
> +        {'S','a','t','u','r','d','a','y',0}
> +    };

How will this test work in non-English locales?

-- 
Alexandre Julliard
[EMAIL PROTECTED]


Reply via email to