JDK-4988464 : JFileChooser issue
  • Type: Bug
  • Component: client-libs
  • Sub-Component: javax.swing
  • Affected Version: 5.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_2.6,windows_98
  • CPU: x86,sparc
  • Submitted: 2004-02-04
  • Updated: 2004-03-09
  • Resolved: 2004-02-13
Related Reports
Duplicate :  
Description

Name: ydR10254			Date: 02/04/2004


Filed By      : SPB JCK team (###@###.###)
JDK           : 1.5beta-b32
JCK           : 1.5beta-b11
Platform[s]   : all
switch/Mode   : 
JCK test owner : http://javaweb.eng/jct/sqe/JCK-tck/usr/owners.jto
Failing Test [s] : api/javax_swing/interactive/JFileChooser.html#JFileChooser[JFileChooser0004]

Problem description
===================
If the user has in your home directory the directory of capital letters (for example, TEMP) and firstly he opened it
by JFileChooser Open Dialog in DIRECORIES_ONLY mode, then the user will not able to open it in FILES_AND_DIRECTORIES mode.

JCK test source location:
==========================
/java/re/jck/1.5/promoted/latest/JCK-runtime-15/tests/api/javax_swing/interactive/JFileChooserTests.java

How to reproduce:
=================
Run the following script (you may need to change its variables)

--- script start ---
#!/bin/sh
JCK="/java/re/jck/1.5/promoted/latest/binaries/JCK-runtime-15"
JDK="/java/re/jdk/1.5.0/promoted/beta/b32/binaries/solaris-sparc/"
CLASSPATH="$JCK/classes:$JCK/lib/javatest.jar"

$JDK/bin/java -cp $CLASSPATH javasoft.sqe.tests.api.javax.swing.interactive.JFileChooser.JFileChooserTests -TestCaseID JFileChooserTest0004

--- script end ---
    
======================================================================

Comments
EVALUATION Name: keR10081 Date: 02/13/2004 This bug is covered by fix for bug 4980406 and would be closed as a duplicate of latter. ###@###.### ======================================================================
24-08-2004