kopia lustrzana https://github.com/onthegomap/planetiler
Re-enable examples test (#1113)
rodzic
9ada248d41
commit
16df8c7a41
|
@ -16,7 +16,6 @@ import com.onthegomap.planetiler.reader.osm.OsmReader;
|
|||
import java.nio.file.Path;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
import org.junit.jupiter.api.Disabled;
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.junit.jupiter.api.io.TempDir;
|
||||
import org.locationtech.jts.geom.LineString;
|
||||
|
@ -91,7 +90,6 @@ class BikeRouteOverlayTest {
|
|||
}
|
||||
|
||||
@Test
|
||||
@Disabled
|
||||
void integrationTest(@TempDir Path tmpDir) throws Exception {
|
||||
Path dbPath = tmpDir.resolve("output.mbtiles");
|
||||
BikeRouteOverlay.run(Arguments.of(
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit cbd3725c28c637c9cf9e1b21c1b2694593a19f73
|
||||
Subproject commit 0818cb981fb9b7ead2c0a093794ccda07bb02c31
|
Ładowanie…
Reference in New Issue