santiagopg 2002/06/26 16:00:07
Modified: test build.xml
Log:
Added a new property to the "conf.xsltc" target.
Revision Changes Path
1.52 +3 -0 xml-xalan/test/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/test/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- build.xml 21 Jun 2002 14:32:48 -0000 1.51
+++ build.xml 26 Jun 2002 23:00:05 -0000 1.52
@@ -1102,6 +1102,9 @@
<echo message="Executing Xalan-xsltc conf test: ${testClass}" />
<!-- Special: allow explicit test.properties overrides for inputDir,
etc for xsltc -->
<property name="testType" value="conf.xsltc." />
+ <!-- Set indent-number to 0 to match Xalan's default indentation -->
+ <property name="conf.xsltc.Processor.setAttribute.indent-number"
value="0"/>
+
<xalantest test="${testClass}"
testType="${testType}"
classpathref="xsltc.runtime.class.path"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]