public void testFeatureTypes() throws IOException {
   FeatureType[] fts = store.getRecordSchemas();
   assertEquals(1, fts.length);
   assertEquals(CSWRecordDescriptor.RECORD, fts[0]);
 }