-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b47
-
generic
-
generic
-
Verified
Name: iaR10016 Date: 03/15/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b42
Testbase : Regression-test
Platform[s] : all
switch/Mode : default
Falling test[s]: javax/swing/plaf/metal/MetalSliderUI/4186347/bug4186347.java
Manual Regression test javax/swing/plaf/metal/MetalSliderUI/4186347/bug4186347.java fails with JDK1.5.0-b42
on all platforms.
The test Description reads: "If the slider's thumb icon is painted correctly (that is centered vertically
relative to slider channel) then test passed, otherwise it failed".
However, tested frame does not contain slider's thumb with icon.
Here is the test source code fragment:
--------- bug4186347.java ---------
...
17 String a=System.getProperty("test.src",".")+System.getProperty("file.separator")+"duke.gif";
18 Icon icon = new ImageIcon(a);
...
-----------------------------------
The test supposes that the test directory contains slider's thumb icon gif-file ("duke.gif"), but actually it does not:
...
MetalSliderUI/4186347> ls -la
total 9
drwxr-xr-x 2 sundr java 112 2004-03-12 01:19 .
drwxr-xr-x 3 sundr java 72 2004-03-12 01:19 ..
-r--r--r-- 1 sundr java 237 2004-03-11 13:51 bug4186347.html
-r--r--r-- 1 sundr java 857 2004-03-11 13:51 bug4186347.java
MetalSliderUI/4186347>
...
That is why the test fails.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/beta/b42/ws/j2se/test/javax/swing/plaf/metal/MetalSliderUI/4186347/bug4186347.java
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b42/regtest/sparc/Solaris_10_sparc_GNOME__linux-8/workDir/test-manual/javax/swing/plaf/metal/MetalSliderUI/4186347/bug4186347.jtr
How to reproduce:
=================
Run the following script (you may need to change its variables)
--- script start ---
#!/bin/sh
#Paths in Java Software:
TESTJAVA="/java/re/jdk/1.5.0/promoted/all/b42/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b42/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b42/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b42/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.5.0/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/javax/swing/plaf/metal/MetalSliderUI/4186347/* ./
$TESTJAVA/bin/javac ChildFrameIconTest.java
$TESTJAVA/bin/appletviewer -Xnosecurity bug4186347.html
--- script end ---
Specific machine info:
======================
Hostname: linux-8
OS: Solaris 10 (sparc) (GNOME)
======================================================================