-
Bug
-
Resolution: Fixed
-
P1
-
1.1.6
-
1.1.6
-
x86
-
windows_95
-
Verified
john.bui@eng 1997-12-17
filename was truncated and it caused the test to fail.
Here is what I have observed:
Downloaded the jdk116b onto local win32 machine (win95/winNT).
SET JAVA_HOME=K:\jdk116b
SET ALT_JDK=%JAVA_HOME%
SET CLASSPATH=J:\JCK-114a\classes;.
SET PATH=%JAVA_HOME%\bin;%path%;
K:\jdk116b\bin\java -version
K:\jdk116b\bin\java -fullversion
K:\jdk116b\bin\java -ms10m javasoft.sqe.harness.Main
This will bring up the JavaTest harness and allow user to pick some test files to run.
From the file menu choose open and select java_util.jtp
In the Selection window look at the exclude list. It should be:
file:///J:\JCK-114a/lib/jdk1_14.jtx
but it turned out to be:
file:///J:\JCK-114a/lib/jdk1_14.jt
and it is shorted one character in the file name of the excluded list.
This problem did not occur in the previous jdk116a.