-
Bug
-
Resolution: Won't Fix
-
P4
-
None
-
1.4.0
-
x86
-
windows_95
Name: icR10030 Date: 06/26/2001
Invocation of method JFileChooser.setFileHidingEnabled(true)
does not hide hidden files.
JDK : jdk1.4.0-b69, jre1.4.0-b69
JCK : JCK1.4
Platform[s] : Windows 95
switch/Mode : -client -Xmixed
JCK test owner : http://javaweb.eng/jck/usr/owners.jto
Failing Test : api/javax_swing/interactive/JFileChooserTests.html#JFileChooser
Test source location:
=====================
/net/jdk/export/disk8/local.java/jck1.4/JCK-runtime-14/tests/api/javax_swing/interactive/JFileChooserTests.java
jtr file location:
==================
/net/jtgb4u4c.eng/export/sail16/results/merlin/b69/jck14/linux/win32/win95_client_linux-19/workDir/api-interactive/javax_swing/interactive/JFileChooserTests_JFileChooser.jtr
How to reproduce:
=================
You may need to change environment variables JCK and JAVA_HOME
--------Script START---------------------
#!/bin/sh
JCK=x:/jck1.4/JCK-runtime-14
export JCK
CLASSPATH="${JCK}/classes;${JCK}/javatest.jar"
export CLASSPATH
JAVA_HOME=x:/jdk1.4.0/win32
export JAVA_HOME
$JAVA_HOME/bin/java -version
$JAVA_HOME/bin/java -Xfuture javasoft.sqe.tests.api.javax.swing.interactive.JFileChooser.JFileChooserTests -TestCaseID JFileChooserTest0009
--------Script END----------------------
Test output:
============
java version "1.4.0-beta_refresh"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.0-beta_refresh-b69)
Java HotSpot(TM) Client VM (build 1.4.0-beta_refresh-b69, mixed mode)
JFileChooserTest0009: Failed. setFileHidingEnabled() methods does not behave as expected.
STATUS:Failed.tests: 1; failed: 1; first test case failure: JFileChooserTest0009
Specific Machine Info:
======================
Hostname: linux-19
Os: Window 95
======================================================================
- relates to
-
JDK-4713241 JCK1.4, interactive: setFileHidingEnabled() does not work on NT4.0(+IE5.5)
- Closed