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