amiro 01/06/15 14:01:34
Added: test/tests/conf-gold/predicate predicate48.out
predicate49.out predicate50.out predicate51.out
predicate52.out predicate53.out predicate54.out
predicate55.out predicate56.out
Log:
Obtained from: Morten Jorgensen
Submitted by: Tom Amiro
Reviewed by: (produced by Xalan)
Generated the expected output for the new predicate tests with
multiple ands and ors in the predicate expression. Used Xalan as the
reference.
Revision Changes Path
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate48.out
Index: predicate48.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
Test: (a and b)
Match: c d e f
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate49.out
Index: predicate49.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
Test: ((a or b) and c)
Match: 6 7 a b e f
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate50.out
Index: predicate50.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
Test: (a and (b or c) and d):
Match: b d f
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate51.out
Index: predicate51.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
Test: (a and b or c and d):
Match: 3 7 b c d e f
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate52.out
Index: predicate52.out
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
Test: ((a and b) or (c and d)):
Match: 3 7 b c d e f
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate53.out
Index: predicate53.out
===================================================================
<?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
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate54.out
Index: predicate54.out
===================================================================
<?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
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate55.out
Index: predicate55.out
===================================================================
<?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
1.1 xml-xalan/test/tests/conf-gold/predicate/predicate56.out
Index: predicate56.out
===================================================================
<?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
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]