JDK-7153001 : TEST: com/sun/org/apache/xerces/internal/impl/Bug4693341Test.java failed
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 6,6u32
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-12
  • Updated: 2012-06-09
  • Resolved: 2012-04-09
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.
JDK 6
6-poolResolved
Related Reports
Duplicate :  
Duplicate :  
Relates :  
Description
new regression test com/sun/org/apache/xerces/internal/impl/Bug4693341Test.java failed 
test has 2 problems:
1. bug ids should be space separated, instead of comma
3c3
<  * @bug 7145458, 4693341
---
>  * @bug 7145458 4693341

2. test failed because no Bug4693341.dtd in the test run directory, this file should be copied to test execution directory 

see comments for more details

Comments
EVALUATION copy appropriate files.
27-03-2012