More Lucene tests
[phpeclipse.git] / net.sourceforge.phpeclipse.tests / src / net / sourceforge / phpdt / core / tests / lucene / LuceneTest.java
index fd388d3..7f824bc 100644 (file)
@@ -91,6 +91,9 @@ public class LuceneTest extends AbstractCompilerTest {
                indexSearcher.getClassInfo("Overlib");
                indexSearcher.getAttributeInfo("$ol_closetext");
                indexSearcher.getMethodInfo("set");
+               indexSearcher.getAttributePrefix("$ol_p");
+               indexSearcher.getPrefixes(indexPath,"a", "$ol_p");
+
 
        }