You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2005/03/08 05:18:16 UTC

cvs commit: logging-log4j/tests/src/java/org/apache/log4j/xml DOMTest.java

carnold     2005/03/07 20:18:16

  Modified:    tests/src/java/org/apache/log4j/xml DOMTest.java
  Log:
  Bug 33870: use non-validating parser in test3
  
  Revision  Changes    Path
  1.3       +1 -0      logging-log4j/tests/src/java/org/apache/log4j/xml/DOMTest.java
  
  Index: DOMTest.java
  ===================================================================
  RCS file: /home/cvs/logging-log4j/tests/src/java/org/apache/log4j/xml/DOMTest.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DOMTest.java	7 Mar 2005 05:35:19 -0000	1.2
  +++ DOMTest.java	8 Mar 2005 04:18:16 -0000	1.3
  @@ -154,6 +154,7 @@
     public void test3() throws Exception {
       DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
       factory.setNamespaceAware(true);
  +    factory.setValidating(false);
   
       DocumentBuilder builder = factory.newDocumentBuilder();
       org.w3c.dom.Document doc =
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org