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 na...@apache.org on 2007/07/25 03:45:10 UTC

svn commit: r559275 - /xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java

Author: natalia
Date: Tue Jul 24 18:45:09 2007
New Revision: 559275

URL: http://svn.apache.org/viewvc?view=rev&rev=559275
Log:
Nested content test uncommented

Modified:
    xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java

Modified: xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java
URL: http://svn.apache.org/viewvc/xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java?view=diff&rev=559275&r1=559274&r2=559275
==============================================================================
--- xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java (original)
+++ xml/xindice/trunk/java/tests/src/org/apache/xindice/core/query/IndexedQueryTest.java Tue Jul 24 18:45:09 2007
@@ -95,7 +95,6 @@
         assertEquals(9, count);
     }
 
-    /* FIXME Search w/out index passes, but indexed search does not
     public void testValueIndexer_StartsWithNestedContent() throws Exception {
         collection.insertDocument("key1", DOMParser.toDocument("<test1>This <i>is</i> a test</test1>"));
         collection.insertDocument("key2", DOMParser.toDocument("<test2>This <i>is</i> a test</test2>"));
@@ -119,5 +118,4 @@
         assertEquals(1, count);
 
     }
-    */
 }