dmarston 01/06/18 12:42:03
Modified: java build.xml
Log:
Exclude some of the newest attribset tests (for now)
Revision Changes Path
1.111 +3 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- build.xml 2001/06/17 19:08:35 1.110
+++ build.xml 2001/06/18 19:41:59 1.111
@@ -50,7 +50,7 @@
- Much of this file stolen from Stefano's xml-xerces build.xml
- $Id: build.xml,v 1.110 2001/06/17 19:08:35 sboag Exp $
+ $Id: build.xml,v 1.111 2001/06/18 19:41:59 dmarston Exp $
==================================================================== -->
@@ -152,7 +152,8 @@
<property name="test.loggingLevel" value="5"/>
<!-- The excluded lre tests are at issue or are new bugs, and should be
included as soon as they are resolved. -->
- <property name="test.excludes"
value="impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl"/>
+ <!-- The attribset40+ tests concern Erratum E26, which has convoluted verbiage.
Need to determine what E26 means in practical terms, then fix any bugs. -->
+ <property name="test.excludes"
value="attribset40.xsl;attribset42.xsl;attribset43.xsl;impincl18.xsl;impincl12.xsl;lre02.xsl;lre03.xsl;lre07.xsl;lre10.xsl;lre12.xsl;lre21.xsl"/>
<property name="test.embedded" value="embed01.xsl;embed02.xsl;embed07.xsl"/>
<!-- =================================================================== -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]