On 10/17/06, Ivanov, Alexey A <[EMAIL PROTECTED]> wrote:
Richard,

I've filed JIRA issue [1] for this problem.

To my mind, we should just remove these locale dependent assertions. On the 
other hand there will be only a few tests left after then.

Any other suggestions?


If the behavior is depended on the (default) locale setting of java,
we could do like this:

Locale defaultLocale = Locale.getDefault();
Locale.setDefault(Locale.US);

test......

Locale.setDefault(defaultLocale);

But it seems that the behavior is depended on the locale setting of
OS, this solution does not work. ;-)

I agree we remove the locale dependent assertions temporarily.

Best regards,
Richard


Regards,
Alexey.

P.S. See also related issue [2]: "j.s.filechooser.FileSystemViewTest prompts to 
insert disk into drive A:".


[1] https://issues.apache.org/jira/browse/HARMONY-1893
[2] https://issues.apache.org/jira/browse/HARMONY-1892


--
Alexey A. Ivanov
Intel Middleware Product Division


>-----Original Message-----
>From: Richard Liang [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, October 11, 2006 12:06 PM
>To: harmony-dev@incubator.apache.org
>Subject: [classlib][swing] test failure:
>javax.swing.filechooser.FileSystemViewTest.testGetSystemTypeDescription
>
>Hello,
>
>The test fails "on Windows XP when the locale-setting is zh_CN. It's
>because that "view.getSystemTypeDescription(file)" returns Chinese
>words "文件" instead of "File".
>
>Could any one help to verify this issue? Thanks a lot.
>
>--
>Richard Liang
>China Development Lab, IBM
>
>---------------------------------------------------------------------
>Terms of use : http://incubator.apache.org/harmony/mailing.html
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Richard Liang
China Development Lab, IBM

---------------------------------------------------------------------
Terms of use : http://incubator.apache.org/harmony/mailing.html
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to