Skip to content

Commit

Permalink
Re-enable line merging test (#209)
Browse files Browse the repository at this point in the history
re-enable test
  • Loading branch information
msbarry authored Nov 25, 2024
1 parent cbd3725 commit 0818cb9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/java/org/openmaptiles/OpenMapTilesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Disabled;
import org.junit.jupiter.api.DynamicTest;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.TestFactory;
Expand Down Expand Up @@ -195,7 +194,6 @@ void testLanduse() {
}

@Test
@Disabled
void testTransportation() {
assertNumFeatures("transportation", Map.of(
"class", "path",
Expand All @@ -207,7 +205,6 @@ void testTransportation() {
}

@Test
@Disabled
void testTransportationName() {
assertNumFeatures("transportation_name", Map.of(
"name", "Boulevard du Larvotto",
Expand Down

0 comments on commit 0818cb9

Please sign in to comment.