Added test stub for IN operation in LuceneSerializerTest.

This commit is contained in:
Vesa Martilla 2010-03-26 13:50:12 +00:00
parent cf674bbdc3
commit bc45da1040

View File

@ -312,6 +312,12 @@ public class LuceneSerializerTest {
fail("Not yet implemented!");
}
@Test
@Ignore
public void in() throws Exception {
fail("Not yet implemented!");
}
@Test
public void various() throws Exception{
MatchingFilters filters = new MatchingFilters(Module.LUCENE, Target.LUCENE);