You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mk...@apache.org on 2002/09/13 19:52:54 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/trax ExamplesTest.java

mkwan       2002/09/13 10:52:54

  Modified:    test/java/src/org/apache/qetest/trax ExamplesTest.java
  Log:
  This testcase fails after fixing 12379, because indent-amount is not
  a valid property. We should prepend the namespace URI in braces before
  any extended property.
  
  Revision  Changes    Path
  1.14      +2 -2      xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java
  
  Index: ExamplesTest.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ExamplesTest.java	4 Sep 2002 15:59:45 -0000	1.13
  +++ ExamplesTest.java	13 Sep 2002 17:52:54 -0000	1.14
  @@ -1167,7 +1167,7 @@
       
           Properties oprops = new Properties();
           oprops.put("method", "html");
  -        oprops.put("indent-amount", "2");
  +        oprops.put("{http://xml.apache.org/xslt}indent-amount", "2");
           serializer.setOutputProperties(oprops);
           serializer.transform(new DOMSource(doc), 
                                new StreamResult(outNames.nextName()));
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org