diff --git a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataLoadingTest.groovy b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataLoadingTest.groovy index 6ef262558c..60843dd65d 100644 --- a/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataLoadingTest.groovy +++ b/osm/src/test/groovy/org/orbisgis/geoclimate/osm/InputDataLoadingTest.groovy @@ -56,7 +56,6 @@ class InputDataLoadingTest { def osmfile = new File(this.class.getResource("redon.osm").toURI()).getAbsolutePath() Map extract = OSM.InputDataLoading.createGISLayers(h2GIS, osmfile, 2154) assertEquals 1034, h2GIS.getTable(extract.building).rowCount - assertEquals 135, h2GIS.getTable(extract.vegetation).rowCount assertEquals 211, h2GIS.getTable(extract.road).rowCount