4 new items added in bugzilla:
23595 - [PATCH] Unit Test Enhancements
Indexed search tests (tests that searches use available indexes).
Tests for the following 3 bugs.
23956 - [PATCH] XPathQueryRseolver doesn't evaluate functions
Due to a bug XPath functions were never being evaluated. Fixes
that as well as bugs in the never-executed code and a few
performance enhancements.
23957 - [PATCH] Namespace defs imported recursively in query results
Reported previously as resolved bug 13746 - src namespace
declaration added recursively to Documents. Actually a more
general problem. All namespace definitions were being
recursively imported to the deepest levels of XPath query
results.
23958 - [PATCH] Name indexes with wildcard patterns can cause NPE
A bug elucidated by the indexed search tests.
Committers?