@Test
 public void testDisjoint() {
   assertThat(testValidationQueryDelegate.disjoint(Metacard.ANY_TEXT, "thisisaWKT"), is(false));
 }