You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexey Petrenko (JIRA)" <ji...@apache.org> on 2007/05/10 14:08:15 UTC

[jira] Commented: (HARMONY-3708) [classlib][swing] javax.swing.JFileChooserTest fails due to invalid user folder lookup on Windows 2000

    [ https://issues.apache.org/jira/browse/HARMONY-3708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494720 ] 

Alexey Petrenko commented on HARMONY-3708:
------------------------------------------

The cause of the issue is in WinFileManager class. It uses CSIDL_PERSONAL constant to retrieve default directory for FileSystemView class. But this constant is not present on W2K.

> [classlib][swing] javax.swing.JFileChooserTest fails due to invalid user folder lookup on Windows 2000
> ------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3708
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3708
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Windows 2000, Pentium III, IBM VM
>            Reporter: Nathan Beyer
>         Assigned To: Alexey Petrenko
>         Attachments: TEST-javax.swing.JFileChooserTest.xml
>
>
> javax.swing.JFileChooserTest has a number of failures that seems related to looking up the current user's folder.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.