You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by il...@apache.org on 2002/11/26 22:24:36 UTC

cvs commit: xml-xalan/test/java/src/org/apache/qetest/dtm TestDTM.java

ilene       2002/11/26 13:24:36

  Modified:    test/tests/api-gold/dtm DTM_testcase1.out
               test/java/src/org/apache/qetest/dtm TestDTM.java
  Log:
  Additional patch from Gordon Chiu (grchiu@ca.ibm.com) for bugzilla #14753.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/test/tests/api-gold/dtm/DTM_testcase1.out
  
  Index: DTM_testcase1.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/api-gold/dtm/DTM_testcase1.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- DTM_testcase1.out	4 Jun 2002 15:40:33 -0000	1.1
  +++ DTM_testcase1.out	26 Nov 2002 21:24:36 -0000	1.2
  @@ -1,6 +1,6 @@
    *** DOCUMENT PROPERTIES: *** 
   DocURI="null" SystemID="null"
  -DocEncoding="UTF-8" StandAlone="null" DocVersion="null"
  +StandAlone="null" DocVersion="null"
   
    *** DOCUMENT DATA: *** 
   65536: DOCUMENT  : #document" E-Type=9 Level=1 Value=null
  
  
  
  1.5       +3 -2      xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTM.java
  
  Index: TestDTM.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/java/src/org/apache/qetest/dtm/TestDTM.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- TestDTM.java	22 Nov 2002 20:14:58 -0000	1.4
  +++ TestDTM.java	26 Nov 2002 21:24:36 -0000	1.5
  @@ -226,7 +226,8 @@
   	buf.append(" *** DOCUMENT PROPERTIES: *** "+
   	  "\nDocURI=\""+dtm.getDocumentBaseURI()+"\" "+
   	  "SystemID=\""+dtm.getDocumentSystemIdentifier(rootNode)+"\"\n"+
  -	  "DocEncoding=\""+dtm.getDocumentEncoding(rootNode)+"\" "+
  +         // removed from test until implemented bugzilla 14753
  +         // "DocEncoding=\""+dtm.getDocumentEncoding(rootNode)+"\" "+
   	  "StandAlone=\""+dtm.getDocumentStandalone(rootNode)+"\" "+
   	  "DocVersion=\""+dtm.getDocumentVersion(rootNode)+"\""+
   	  "\n\n");
  
  
  

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