minchau 2003/10/05 07:16:26 Modified: test/tests/conf-gold/attribset attribset22.out Log: PR: 22623 Submitted by: Brian Minchau Reviewed by: June Ng, Henry Zongaro This gold file had a real tab character in the attribute value just by chance. Bug 22623 changed the behavior to output tabs in attribute values as character references to survive being output and read back in without loss of information (output as a tab means that next time when read it it would be normalized to a space). After much discussion with Henry Zongoro, David Marsten, June Ng we decided to change the gold file. CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.2 +1 -1 xml-xalan/test/tests/conf-gold/attribset/attribset22.out Index: attribset22.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/attribset/attribset22.out,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- attribset22.out 17 Dec 2000 21:47:54 -0000 1.1 +++ attribset22.out 5 Oct 2003 14:16:26 -0000 1.2 @@ -1,2 +1,2 @@ <?xml version="1.0" encoding="UTF-8"?> -<Out attr1="x y"/> \ No newline at end of file +<Out attr1="x 	 y"/> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
