pauldick 01/11/28 11:25:29 Modified: test/tests/conf-gold/axes axes15.out Log: Output is now broken into xml elements. Easier to pick out failures Revision Changes Path 1.2 +33 -33 xml-xalan/test/tests/conf-gold/axes/axes15.out Index: axes15.out =================================================================== RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/axes/axes15.out,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- axes15.out 2000/12/17 21:49:23 1.1 +++ axes15.out 2001/11/28 19:25:29 1.2 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="UTF-8"?> +<?xml version="1.0" encoding="utf-8"?> <out>From root: ancestors: preceding: @@ -6,114 +6,114 @@ descendant: a b c d e f g h i j k l m n o p following: ------------------------------------------------ -From a: +<From-a> ancestors: preceding: self: a descendant: b c d e f g h i j k l m n o p -following: +following: </From-a> ------------------------------------------------ -From b: +<From-b> ancestors: a preceding: self: b descendant: c d e f g h i j -following: k l m n o p +following: k l m n o p </From-b> ------------------------------------------------ -From c: +<From-c> ancestors: a b preceding: self: c descendant: -following: d e f g h i j k l m n o p +following: d e f g h i j k l m n o p </From-c> ------------------------------------------------ -From d: +<From-d> ancestors: a b preceding: c self: d descendant: e f -following: g h i j k l m n o p +following: g h i j k l m n o p </From-d> ------------------------------------------------ -From e: +<From-e> ancestors: a b d preceding: c self: e descendant: -following: f g h i j k l m n o p +following: f g h i j k l m n o p </From-e> ------------------------------------------------ -From f: +<From-f> ancestors: a b d preceding: c e self: f descendant: -following: g h i j k l m n o p +following: g h i j k l m n o p </From-f> ------------------------------------------------ -From g: +<From-g> ancestors: a b preceding: c d e f self: g descendant: h i j -following: k l m n o p +following: k l m n o p </From-g> ------------------------------------------------ -From h: +<From-h> ancestors: a b g preceding: c d e f self: h descendant: i j -following: k l m n o p +following: k l m n o p </From-h> ------------------------------------------------ -From i: +<From-i> ancestors: a b g h preceding: c d e f self: i descendant: -following: j k l m n o p +following: j k l m n o p </From-i> ------------------------------------------------ -From j: +<From-j> ancestors: a b g h preceding: c d e f i self: j descendant: -following: k l m n o p +following: k l m n o p </From-j> ------------------------------------------------ -From k: +<From-k> ancestors: a preceding: b c d e f g h i j self: k descendant: l m n o p -following: +following: </From-k> ------------------------------------------------ -From l: +<From-l> ancestors: a k preceding: b c d e f g h i j self: l descendant: m n -following: o p +following: o p </From-l> ------------------------------------------------ -From m: +<From-m> ancestors: a k l preceding: b c d e f g h i j self: m descendant: -following: n o p +following: n o p </From-m> ------------------------------------------------ -From n: +<From-n> ancestors: a k l preceding: b c d e f g h i j m self: n descendant: -following: o p +following: o p </From-n> ------------------------------------------------ -From o: +<From-o> ancestors: a k preceding: b c d e f g h i j l m n self: o descendant: -following: p +following: p </From-o> ------------------------------------------------ -From p: +<From-p> ancestors: a k preceding: b c d e f g h i j l m n o self: p descendant: -following: </out> \ No newline at end of file +following: </From-p></out> \ No newline at end of file
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
