dmarston    01/08/20 13:41:41

  Modified:    test/tests/conf-gold/copy copy44.out
  Added:       test/tests/conf-gold/copy copy48.out copy47.out
  Log:
  Expand coverage of copy-of on namespace nodes.
  Make copy44 a simpler base case.
  Put exclude-result-prefixes in two new cases.
  
  Revision  Changes    Path
  1.2       +2 -1      xml-xalan/test/tests/conf-gold/copy/copy44.out
  
  Index: copy44.out
  ===================================================================
  RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/copy/copy44.out,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- copy44.out        2001/08/03 15:04:13     1.1
  +++ copy44.out        2001/08/20 20:41:41     1.2
  @@ -1,2 +1,3 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<out xmlns:joes="http://joes.com";><union><bar 
xmlns:foo="http://foo.test.com"; xmlns:yow="http://yow.test.com";>18 Generic 
Ave.</bar><bar xmlns:foo="http://foo.test.com"; 
xmlns:huh="http://unknown.com";>12 Slammin Ave.</bar><joes:bar 
xmlns:foo="http://foo.test.com";>17 Generic Ave.</joes:bar></union></out>
  \ No newline at end of file
  +<out xmlns:joes="http://joes.com"; xmlns:foo="http://foo.test.com";><union>
  +<bar xmlns:yow="http://yow.test.com";>18 Generic Ave.</bar><bar 
xmlns:huh="http://unknown.com";>12 Slammin Ave.</bar><joes:bar>17 Generic 
Ave.</joes:bar></union></out>
  \ No newline at end of file
  
  
  
  1.1                  xml-xalan/test/tests/conf-gold/copy/copy48.out
  
  Index: copy48.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:joes="http://joes.com";><union>
  <foo:bar xmlns:foo="http://foo.test.com";>157 Fourth St.</foo:bar><joes:bar 
xmlns:foo="http://foo.test.com";>17 Generic Ave.</joes:bar></union></out>
  
  
  1.1                  xml-xalan/test/tests/conf-gold/copy/copy47.out
  
  Index: copy47.out
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <out xmlns:foo="http://foo.test.com";><union>
  <bar>18 Generic Ave.</bar><foo:bar>157 Fourth St.</foo:bar><bar 
xmlns:huh="http://unknown.com";>12 Slammin Ave.</bar></union></out>
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to