You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by pa...@apache.org on 2001/02/14 15:49:06 UTC

cvs commit: xml-xalan/test/tests/conf-gold/axes axes68.out

pauldick    01/02/14 06:49:06

  Modified:    test/tests/conf-gold/axes axes68.out
  Log:
  Sorting the namespace nodes for better comparisons
  
  Revision  Changes    Path
  1.3       +2 -2      xml-xalan/test/tests/conf-gold/axes/axes68.out
  
  Index: axes68.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/axes/axes68.out,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- axes68.out	2001/01/31 22:45:47	1.2
  +++ axes68.out	2001/02/14 14:49:06	1.3
  @@ -1,8 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <out><docs/>
     <doc><ext>http://somebody.elses.extension</ext></doc>
  -    <section><foo>http://foo.com</foo><ext>http://somebody.elses.extension</ext></section>
  -      <inner><whiz>http://whiz.com/special/page</whiz><foo>http://foo.com</foo><ext>http://somebody.elses.extension</ext></inner>
  +    <section><ext>http://somebody.elses.extension</ext><foo>http://foo.com</foo></section>
  +      <inner><ext>http://somebody.elses.extension</ext><foo>http://foo.com</foo><whiz>http://whiz.com/special/page</whiz></inner>
       
     
   </out>