Skip to content

Commit

Permalink
upgrade to geotools v19.4 (#336)
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaos Pringouris <nprigour@gmail.com>
  • Loading branch information
nprigour authored and fgdrf committed Mar 27, 2019
1 parent a858a63 commit 38712e7
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 417 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public static void setUpBeforeClass() throws Exception {
public void testGeoTools(){
Version version = GeoTools.getVersion();
assertEquals( 19, version.getMajor() );
assertEquals( 2, version.getMinor() );
assertEquals( 4, version.getMinor() );
}

@Ignore("FIXME: due to migration to batik bundle from Orbit")
Expand Down

0 comments on commit 38712e7

Please sign in to comment.