Skip to content

Commit 83f44f4

Browse files
committed
uncomment a test in XSLTFunctionsTest
1 parent 6daac1e commit 83f44f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jaxp/javax/xml/jaxp/unittest/transform/XSLTFunctionsTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ private void runTransform(String property, boolean isAPIProperty, boolean value)
159159
* @param externalDoc Content of the external xml document
160160
* @param expectedResult Expected transformation result
161161
**/
162-
//@Test(dataProvider = "document")
162+
@Test(dataProvider = "document")
163163
public void testDocument(final String xml, final String xsl,
164164
final String externalDoc, final String expectedResult) throws Exception {
165165
// Prepare sources for transormation

0 commit comments

Comments
 (0)