-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b47
-
generic
-
generic
-
Verified
Name: iaR10016 Date: 03/25/2004
Filed By : J2SE-SQA [###@###.###
JDK : JDK1.5.0-b44, JDK1.5.0-b43
Testbase : Regression-test
Platform[s] : all
Falling test: java/awt/Dialog/JaFileDialogFont/JaFileDialogFont.html
It seems like manual Regression test java/awt/Dialog/JaFileDialogFont/JaFileDialogFont.html Description
is incomplete. It reads:
...
1. Start Input Method (htt&)
2. Pick button to open FileDialog
3. Click in the TextField of the FileDialog that says *.java
4. Turn on Input Method by typing CTRL + Space
5. Type the letters: t o y o t a
6. Type CTRL + Space to convert text to Japanese characters
7. Japanese fonts should appear, not garbage.
...
However, nothing happens on my machine when I type Ctrl+Space in tested FileDialog.
I suppose that the test was written for Japanese localisation, but test Description does not contain such requirements.
Test source location:
=====================
/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test/java/awt/Dialog/JaFileDialogFont/JaFileDialogFont.html
jtr file location:
==================
/net/jtgb4u4c.sfbay/export/sail15/results.2/tiger/b43/regtest/win32/Windows_XP_Pro_manual_linux-16/workDir/test-manual/java/awt/Dialog/JaFileDialogFont/JaFileDialogFont.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/b43/binaries/linux-i586"
TESTBASE="/java/re/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths outside Java Software
#TESTJAVA="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/binaries/linux-i586"
#TESTBASE="/net/koori.sfbay/onestop/jdk/1.5.0/promoted/all/b43/ws/j2se/test"
#Alternative paths for the NSK site:
#TESTJAVA="/net/linux-15/export/home/java/jdk1.4.2/linux"
#TESTBASE="/net/linux-15/export/home/java/regtest.tiger/test"
cp $TESTBASE/java/awt/Dialog/JaFileDialogFont/* .
$TESTJAVA/bin/javac *.java
$TESTJAVA/bin/appletviewer JaFileDialogFont.html
--- script end ---
Specific machine info:
======================
Hostname: linux-16
OS: Windows XP Pro
======================================================================