readGc(format, newPitFile);
}
public void testFormatAccepts() throws Exception {
URL pitUrl = this.getClass().getClassLoader().getResource("testlocation/test/cellhd/pit");
AbstractGridFormat format = (AbstractGridFormat) new GrassCoverageFormatFactory()
.createFormat();
File pitFile = DataUtilities.urlToFile(pitUrl);
assertFalse(format.accepts(pitFile));
}