Community
Participate
Working Groups
Build Identifier: I20090313-0100 The present implementation of XPath 2.0 function 'fn:subsequence' doesn't implement arity 2. I'm submitting an improvement of 'fn:subsequence' function implementation with full arity support, along with few test cases. Ref: http://www.w3.org/TR/xpath-functions/#func-subsequence Reproducible: Always
I've committed the changes for this bug report to HEAD and service branch. Also committed few test cases for this change. I'm noticing that the test project is updated to use new APIs. It now seems that the test project cannot test service branch at the moment (we should be able to test the service branch too). What should we do regarding this? I'm still not resolving/closing this bug, until the remaining issues are solved. Thanks.
(In reply to comment #1) > I've committed the changes for this bug report to HEAD and service branch. Also > committed few test cases for this change. > > I'm noticing that the test project is updated to use new APIs. It now seems > that the test project cannot test service branch at the moment (we should be > able to test the service branch too). What should we do regarding this? You'll need to check out the code for the Service branch as well. The service branch should have a version of the test files available. So any test case changes you'll need to make in the service branch as well.
Thnaks, Dave for comments. Since the functional problems mentioned in this bug report are solved, i'm marking this issue resolved. We'll work overtime to solve the portability issues of test project between HEAD location and service branch. Thanks.