curcuru 01/07/10 12:31:47
Modified: test/tests/conf-gold/predicate predicate38.out
predicate48.out predicate49.out predicate50.out
predicate51.out predicate52.out predicate53.out
predicate54.out predicate55.out predicate56.out
Log:
Update tests to output a root <out> element so -flavor trax.dom passes; no
other changes
Revision Changes Path
1.2 +4 -9 xml-xalan/test/tests/conf-gold/predicate/predicate38.out
Index: predicate38.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate38.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate38.out 2000/12/17 22:17:55 1.1
+++ predicate38.out 2001/07/10 19:31:28 1.2
@@ -1,10 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-
- 1 4,
- 5,
- 6,
-
- 2 10,
- 11,
- 12,
-
\ No newline at end of file
+<out>
+<predicate1>1 is 4,5,6,</predicate1>
+<predicate2>2 is 10,11,12,</predicate2>
+</out>
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate48.out
Index: predicate48.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate48.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate48.out 2001/06/15 21:01:33 1.1
+++ predicate48.out 2001/07/10 19:31:30 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a and b)
-Match: c d e f
+<out><test-info>(a and b)</test-info><test-output>c d e f
</test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate49.out
Index: predicate49.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate49.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate49.out 2001/06/15 21:01:33 1.1
+++ predicate49.out 2001/07/10 19:31:31 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: ((a or b) and c)
-Match: 6 7 a b e f
+<out><test-info>((a or b) and c)</test-info><test-output>6 7 a b e f
</test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate50.out
Index: predicate50.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate50.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate50.out 2001/06/15 21:01:33 1.1
+++ predicate50.out 2001/07/10 19:31:32 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a and (b or c) and d):
-Match: b d f
+<out><test-info>(a and (b or c) and d)</test-info><test-output>b d f
</test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate51.out
Index: predicate51.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate51.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate51.out 2001/06/15 21:01:33 1.1
+++ predicate51.out 2001/07/10 19:31:33 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a and b or c and d):
-Match: 3 7 b c d e f
+<out><test-info>(a and b or c and d)</test-info><test-output>3 7 b c d e f
</test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate52.out
Index: predicate52.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate52.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate52.out 2001/06/15 21:01:33 1.1
+++ predicate52.out 2001/07/10 19:31:33 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: ((a and b) or (c and d)):
-Match: 3 7 b c d e f
+<out><test-info>((a and b) or (c and d))</test-info><test-output>3 7 b c d e
f </test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate53.out
Index: predicate53.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate53.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate53.out 2001/06/15 21:01:33 1.1
+++ predicate53.out 2001/07/10 19:31:34 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a or (b and c) or d):
-Match: 1 3 5 6 7 8 9 a b c d e f
+<out><test-info>(a or (b and c) or d)</test-info><test-output>1 3 5 6 7 8 9
a b c d e f </test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate54.out
Index: predicate54.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate54.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate54.out 2001/06/15 21:01:33 1.1
+++ predicate54.out 2001/07/10 19:31:35 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: ((a or b) and (c or d)):
-Match: 5 6 7 9 a b d e f
+<out><test-info>((a or b) and (c or d))</test-info><test-output>5 6 7 9 a b
d e f </test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate55.out
Index: predicate55.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate55.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate55.out 2001/06/15 21:01:33 1.1
+++ predicate55.out 2001/07/10 19:31:36 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a or b and c or d):
-Match: 1 3 5 6 7 8 9 a b c d e f
+<out><test-info>(a or b and c or d)</test-info><test-output>1 3 5 6 7 8 9 a
b c d e f </test-output></out>
\ No newline at end of file
1.2 +1 -2 xml-xalan/test/tests/conf-gold/predicate/predicate56.out
Index: predicate56.out
===================================================================
RCS file: /home/cvs/xml-xalan/test/tests/conf-gold/predicate/predicate56.out,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- predicate56.out 2001/06/15 21:01:33 1.1
+++ predicate56.out 2001/07/10 19:31:36 1.2
@@ -1,3 +1,2 @@
<?xml version="1.0" encoding="UTF-8"?>
-Test: (a or b or c):
-Match: 2 3 4 5 6 7 8 9 a b c d e f
+<out><test-info>(a or b or c)</test-info><test-output>2 3 4 5 6 7 8 9 a b c
d e f </test-output></out>
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]