You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by vg...@apache.org on 2004/01/09 05:15:15 UTC

cvs commit: xml-xindice/java/tests/src/org/apache/xindice/integration/client/services IndexedSearchTest.java

vgritsenko    2004/01/08 20:15:15

  Modified:    java/tests/src/org/apache/xindice/integration/client/services
                        IndexedSearchTest.java
  Log:
  Fix compile error
  
  Revision  Changes    Path
  1.5       +3 -3      xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java
  
  Index: IndexedSearchTest.java
  ===================================================================
  RCS file: /home/cvs/xml-xindice/java/tests/src/org/apache/xindice/integration/client/services/IndexedSearchTest.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- IndexedSearchTest.java	26 Dec 2003 02:41:58 -0000	1.4
  +++ IndexedSearchTest.java	9 Jan 2004 04:15:15 -0000	1.5
  @@ -354,7 +354,7 @@
            */
           public void createIndex() throws Exception {
               if (!itsIndexCreated) {
  -                IndexedSearchTest.this.client.createIndexer(INDEXED_SEARCH_TEST_COLLECTION_PATH, itsTestIndexName,
  +                IndexedSearchTest.this.client.createIndexer(INDEXED_SEARCH_TEST_COLLECTION_PATH,
                                                               "<?xml version='1.0'?><index name='" + itsTestIndexName + "' " +
                                                               "class='org.apache.xindice.core.indexer." + itsTestIndexType + "Indexer' " +
                                                               "pattern='" + itsTestIndexPattern + "' />");