-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
5.0
-
x86, sparc
-
solaris_2.6, windows_98
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 ---
======================================================================
- duplicates
-
JDK-4980406 PIT: JFileChooser hangs when navigating through the sub dirs
- Closed