SVN commit 547135 by englich: Provide alternative baselines for two tests, for Saxon. M +13 -22 createXQTSCatalog.xsl M +1 -1 functions-sequences.xml M +1 -1 logical-expressions.xml --- trunk/tests/kxpathtests/tests/createXQTSCatalog.xsl #547134:547135 @@ -180,21 +180,6 @@ emptydoc - - - - - - - - No error code for test: - - - - - - - @@ -204,15 +189,21 @@ true - - - The following test has an error code even though it's not supposed to fail: - - - - + + + + + + + No error code for test: + + + + + + --- trunk/tests/kxpathtests/tests/functions-sequences.xml #547134:547135 @@ -180,7 +180,7 @@ count(insert-before((1, 2, 3, 4), 1, ())) eq 4 count(insert-before((1, 2, 3), 30, (4, 5, 6))) eq 6 count(insert-before((), 30, (1, 2, 3))) eq 3 - count(insert-before((error(), 1), 1, (1, "two", 3))) > 1 + count(insert-before((error(), 1), 1, (1, "two", 3))) > 1 insert-before((1, current-time(), 3), 1, (4, 5, 6))[last()] eq 3 --- trunk/tests/kxpathtests/tests/logical-expressions.xml #547134:547135 @@ -98,6 +98,6 @@ "a string is ok" and QName("", "local") - "a string is ok" or QName("", "local")