...decided to have a look at the geotools builds this afternoon... 2.2.x
is building, but trunk is not.
Test failure in
plugin/epsg-hsql/test/org/geotools/referencing/factory/epsg/DefaultDataSourceTest.java
public void testValidArea() throws FactoryException, TransformException {
final CoordinateReferenceSystem crs =
factory.createCoordinateReferenceSystem("7400");
final GeographicBoundingBox bbox = CRS.getGeographicBoundingBox(crs);
assertEquals(42.25, bbox.getSouthBoundLatitude(), EPS);
...
}
the assertEquals lines fails from a NPE (bbox = null?)
Thoughts?
Thanks,
Cory.
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel