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:
parent
6c3fabc342
commit
c6fff0de72
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user