Hi,

I made a small update to the webrev (in place). I externalized class 
TransformerTestTemplate now to be able to use it in other tests besides 
TransformerTest.java.

Best regards
Christoph

From: Langer, Christoph
Sent: Montag, 30. Januar 2017 15:28
To: core-libs-dev@openjdk.java.net
Subject: [JAXP] RFR: 8173602: TESTBUG: 
javax/xml/jaxp/unittest/transform/TransformerTest.java needs refactoring

Hi,

please review a test fix for 
javax/xml/jaxp/unittest/transform/TransformerTest.java:
Bug: https://bugs.openjdk.java.net/browse/JDK-8173602
Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8173602.0/

The main motivation for this refactoring is to remove the dependency to the JDK 
internal classes com.sun.org.apache.xml.internal.serialize.OutputFormat and 
com.sun.org.apache.xml.internal.serialize.XMLSerializer.

Generally, TransformerTest.java contains several subtests which do similar 
things (test XALAN transformations) but the implementations differ. I created a 
common template with helper methods which all tests take advantage of now. I 
also introduced data sources to some tests to make them more readable and 
adaptable.

Thanks
Christoph

Reply via email to