mirror of
https://github.com/cfpwastaken/planetiler-openmaptiles.git
synced 2026-02-04 12:31:10 +00:00
@@ -20,7 +20,6 @@ import java.util.stream.Stream;
|
|||||||
import org.junit.jupiter.api.AfterAll;
|
import org.junit.jupiter.api.AfterAll;
|
||||||
import org.junit.jupiter.api.Assertions;
|
import org.junit.jupiter.api.Assertions;
|
||||||
import org.junit.jupiter.api.BeforeAll;
|
import org.junit.jupiter.api.BeforeAll;
|
||||||
import org.junit.jupiter.api.Disabled;
|
|
||||||
import org.junit.jupiter.api.DynamicTest;
|
import org.junit.jupiter.api.DynamicTest;
|
||||||
import org.junit.jupiter.api.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import org.junit.jupiter.api.TestFactory;
|
import org.junit.jupiter.api.TestFactory;
|
||||||
@@ -195,7 +194,6 @@ class OpenMapTilesTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
|
||||||
void testTransportation() {
|
void testTransportation() {
|
||||||
assertNumFeatures("transportation", Map.of(
|
assertNumFeatures("transportation", Map.of(
|
||||||
"class", "path",
|
"class", "path",
|
||||||
@@ -207,7 +205,6 @@ class OpenMapTilesTest {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@Disabled
|
|
||||||
void testTransportationName() {
|
void testTransportationName() {
|
||||||
assertNumFeatures("transportation_name", Map.of(
|
assertNumFeatures("transportation_name", Map.of(
|
||||||
"name", "Boulevard du Larvotto",
|
"name", "Boulevard du Larvotto",
|
||||||
|
|||||||
Reference in New Issue
Block a user