FilterFactory ff = CommonFactoryFinder.getFilterFactory((Hints) null);
Meets filter = ff.meets(ff.property("date"), newSampleDate());
FilterToCQL toCQL = new FilterToCQL();
filter.accept( toCQL, null ).toString();
}
@Test (expected=UnsupportedOperationException.class)
public void testMetByUnsuported() throws Exception{