JDK-6752070 : TEST bug : sun/misc/URLClassPath/6519337/TestClassLoader.java test should be fixed
  • Type: Bug
  • Component: other-libs
  • Sub-Component: other
  • Affected Version: 1.4.2_19-rev
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: generic
  • Submitted: 2008-09-24
  • Updated: 2012-08-06
  • Resolved: 2008-09-26
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
1.4.2_19 b02Fixed
Related Reports
Relates :  
Description
See the comments

Comments
EVALUATION Simple change needed in setting of CLASSPATH.
24-09-2008

SUGGESTED FIX ------- TestClassLoader.sh ------- 50c50 < CLASSPATH=.${PS}${TESTSRC}${FS}test.jar:${TESTCLASSES} ; export CLASSPATH --- > CLASSPATH=.${PS}${TESTSRC}${FS}test.jar${PS}${TESTCLASSES} ; export CLASSPATH
24-09-2008