You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by dm...@apache.org on 2001/01/31 23:47:09 UTC

cvs commit: xml-xalan/test/tests/conf-gold/lre lre18.out lre17.out lre05.out lre08.out lre15.out lre04.out

dmarston    01/01/31 14:47:09

  Modified:    test/tests/conf-gold/lre lre05.out lre08.out lre15.out
                        lre04.out
  Added:       test/tests/conf-gold/lre lre18.out lre17.out
  Log:
  Revise output for easier comparison to Gold
  
  Revision  Changes    Path
  1.2       +5 -4      xml-xalan/test/tests/conf-gold/lre/lre05.out
  
  Index: lre05.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre05.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre05.out	2000/12/17 21:57:53	1.1
  +++ lre05.out	2001/01/31 22:47:06	1.2
  @@ -1,5 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -
  -<out/>
  -<import xmlns:ped="http://tester.com"/>
  -<include xmlns:ped="http://tester.com"/>
  +<main><foo/>
  +  <sub-element-in-main xmlns:ped="http://tester.com"/>
  +  <sub-element-in-import xmlns:ped="http://tester.com"/>
  +  <sub-element-in-include xmlns:ped="http://tester.com"/>
  +</main>
  \ No newline at end of file
  
  
  
  1.2       +1 -1      xml-xalan/test/tests/conf-gold/lre/lre08.out
  
  Index: lre08.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre08.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre08.out	2000/12/17 21:57:53	1.1
  +++ lre08.out	2001/01/31 22:47:06	1.2
  @@ -1,2 +1,2 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<Out1/><Out2/>
  \ No newline at end of file
  +<out><Out1/><Out2/></out>
  \ No newline at end of file
  
  
  
  1.2       +1 -12     xml-xalan/test/tests/conf-gold/lre/lre15.out
  
  Index: lre15.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre15.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre15.out	2000/12/17 21:57:53	1.1
  +++ lre15.out	2001/01/31 22:47:06	1.2
  @@ -1,5 +1,5 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out xmlns:jad="http://administrator.com" xmlns:ljh="http://buster.com" xmlns:ped="http://tester.com" x="by the corner">
  +<out xmlns:jad="http://administrator.com" xmlns:ljh="http://buster.com" x="by the corner">
   <jad:output1/>
   <jad:output2>
   <jad:output2a/>
  @@ -9,14 +9,3 @@
   <ljh:output2a/>
   </ljh:output2>
   </out>
  -<sits xmlns:ljh="http://buster.com" x="little jack horner"/>
  -<minding xmlns:ped="http://tester.com" x="his peas and queues">
  -<jad:output1 xmlns:jad="http://administrator.com"/>
  -<jad:output2 xmlns:jad="http://administrator.com">
  -<jad:output2a/>
  -</jad:output2>
  -<ljh:output1 xmlns:ljh="http://buster.com"/>
  -<ljh:output2 xmlns:ljh="http://buster.com">
  -<ljh:output2a/>
  -</ljh:output2>
  -</minding>
  
  
  
  1.2       +3 -3      xml-xalan/test/tests/conf-gold/lre/lre04.out
  
  Index: lre04.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/lre/lre04.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- lre04.out	2000/12/17 21:57:53	1.1
  +++ lre04.out	2001/01/31 22:47:07	1.2
  @@ -1,4 +1,4 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out xmlns:jad="http://administrator.com" xmlns:bdd="http://buster.com" xmlns:ped="http://tester.com" x="by the corner"/>
  -<sits xmlns:bdd="http://buster.com" xmlns:ped="http://tester.com" x="little jack horner"/>
  -<minding xmlns:ped="http://tester.com" x="his peas and queues"/>
  \ No newline at end of file
  +<out xmlns:jad="http://administrator.com" xmlns:bdd="http://buster.com" x="by the corner">
  +<sits x="little jack horner"/>
  +<minding x="his peas and queues"/></out>
  \ No newline at end of file
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/lre/lre18.out
  
  Index: lre18.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <minding xmlns:ped="http://tester.com" x="his peas and queues">
  <jad:output1 xmlns:jad="http://administrator.com"/>
  <jad:output2 xmlns:jad="http://administrator.com">
  <jad:output2a/>
  </jad:output2>
  <ljh:output1 xmlns:ljh="http://buster.com"/>
  <ljh:output2 xmlns:ljh="http://buster.com">
  <ljh:output2a/>
  </ljh:output2>
  </minding>
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/lre/lre17.out
  
  Index: lre17.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <sits xmlns:ljh="http://buster.com" x="little jack horner"/>