mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-21 21:14:12 +08:00
Added test stub for IN operation in LuceneSerializerTest.
This commit is contained in:
parent
cf674bbdc3
commit
bc45da1040
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user