// check it's built as expected
// LINES is a feature type with a native SRS, so we want the bounds to be there
Catalog cat = getCatalog();
CatalogBuilder cb = new CatalogBuilder(cat);
cb.setStore(cat.getCoverageStoreByName(MockData.TASMANIA_DEM.getLocalPart()));
CoverageInfo fti = cb.buildCoverage();
// perform basic checks
assertEquals(CRS.decode("EPSG:4326", true), fti.getCRS());
assertEquals("EPSG:4326", fti.getSRS());
assertNotNull(fti.getNativeCRS());