kevinoneill 2003/12/06 14:44:36
Modified: java/src/org/apache/xindice/core/indexer IndexPattern.java java/tests/src/org/apache/xindice/integration/client/services XPathQueryTest.java java/tests/src/org/apache/xindice/integration IntegrationTests.java java/src/org/apache/xindice/core/query XPathQueryResolver.java java/src/org/apache/xindice/xml/dom DocumentImpl.java Added: java/tests/src/org/apache/xindice/integration/client/services IndexedSearchTest.java Log: PR: 23595,23596,23597,23598 Submitted by: Terry Rosenbaum <[EMAIL PROTECTED]> Reviewed by: Kevin O'Neill <[EMAIL PROTECTED]> CVS: ---------------------------------------------------------------------- CVS: PR: CVS: If this change addresses a PR in the problem report tracking CVS: database, then enter the PR number(s) here. CVS: Obtained from: CVS: If this change has been taken from another system, such as NCSA, CVS: then name the system in this line, otherwise delete it. CVS: Submitted by: CVS: If this code has been contributed to Apache by someone else; i.e., CVS: they sent us a patch or a new module, then include their name/email CVS: address here. If this is your work then delete this line. CVS: Reviewed by: CVS: If we are doing pre-commit code reviews and someone else has CVS: reviewed your changes, include their name(s) here. CVS: If you have not had it reviewed then delete this line. Revision Changes Path 1.9 +7 -4 xml-xindice/java/src/org/apache/xindice/core/indexer/IndexPattern.java http://cvs.apache.org/viewcvs/xml-xindice/java/src/org/apache/xindice/core/indexer/IndexPattern.java.diff?r1=1.8&r2=1.9 1.10 +481 -382 xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java http://cvs.apache.org/viewcvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/XPathQueryTest.java.diff?r1=1.9&r2=1.10 1.1 xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java http://cvs.apache.org/viewcvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java?rev=1.1 1.5 +5 -2 xml-xindice/java/tests/src/org/apache/xindice/integration/IntegrationTests.java http://cvs.apache.org/viewcvs/xml-xindice/java/tests/src/org/apache/xindice/integration/IntegrationTests.java.diff?r1=1.4&r2=1.5 1.24 +1477 -1126xml-xindice/java/src/org/apache/xindice/core/query/XPathQueryResolver.java http://cvs.apache.org/viewcvs/xml-xindice/java/src/org/apache/xindice/core/query/XPathQueryResolver.java.diff?r1=1.23&r2=1.24 1.13 +15 -5 xml-xindice/java/src/org/apache/xindice/xml/dom/DocumentImpl.java http://cvs.apache.org/viewcvs/xml-xindice/java/src/org/apache/xindice/xml/dom/DocumentImpl.java.diff?r1=1.12&r2=1.13