From 27512ecea2f86a1adc7bb0a393b389836b2d7d00 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Tue, 21 Dec 2010 21:01:21 -0500 Subject: [PATCH] trying build with 'xalan' in output property test --- .../xml/transformer/ResultToStringTransformerTests.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spring-integration-xml/src/test/java/org/springframework/integration/xml/transformer/ResultToStringTransformerTests.java b/spring-integration-xml/src/test/java/org/springframework/integration/xml/transformer/ResultToStringTransformerTests.java index d8efaef00a..61499c4f7a 100644 --- a/spring-integration-xml/src/test/java/org/springframework/integration/xml/transformer/ResultToStringTransformerTests.java +++ b/spring-integration-xml/src/test/java/org/springframework/integration/xml/transformer/ResultToStringTransformerTests.java @@ -59,7 +59,7 @@ public class ResultToStringTransformerTests { } @Test - @Ignore + //@Ignore public void testWithOutputProperties() throws Exception { String formattedDoc = "\n test\n"; @@ -68,7 +68,8 @@ public class ResultToStringTransformerTests { Properties outputProperties = new Properties(); outputProperties.setProperty(OutputKeys.OMIT_XML_DECLARATION,"yes"); outputProperties.setProperty(OutputKeys.INDENT,"yes"); - outputProperties.setProperty("{http://xml.apache.org/xslt}indent-amount","2"); + //outputProperties.setProperty("{http://xml.apache.org/xslt}indent-amount","2"); + outputProperties.setProperty("{http://xml.apache.org/xalan}indent-amount","2"); transformer.setOutputProperties(outputProperties);