8024876: [TEST_BUG] javax/xml/jaxp/parsers/8022548/XOMParserTest.java failed when testbase dir has read only permissions

Reviewed-by: chegar
This commit is contained in:
Joe Wang 2013-10-31 13:51:58 -07:00
parent 6c3fabc342
commit c6fff0de72

View File

@ -65,7 +65,7 @@ public class XOMParserTest extends TestBase {
String inFilename = filePath + "/JDK8022548.xml";
String xslFilename = filePath + "/JDK8022548.xsl";
String outFilename = filePath + "/JDK8022548.out";
String outFilename = "JDK8022548.out";
StringWriter sw = new StringWriter();
// Create transformer factory