From 0818cb981fb9b7ead2c0a093794ccda07bb02c31 Mon Sep 17 00:00:00 2001 From: Michael Barry Date: Sun, 24 Nov 2024 22:13:50 -0500 Subject: [PATCH] Re-enable line merging test (#209) re-enable test --- src/test/java/org/openmaptiles/OpenMapTilesTest.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/test/java/org/openmaptiles/OpenMapTilesTest.java b/src/test/java/org/openmaptiles/OpenMapTilesTest.java index fc6786b..d844a52 100644 --- a/src/test/java/org/openmaptiles/OpenMapTilesTest.java +++ b/src/test/java/org/openmaptiles/OpenMapTilesTest.java @@ -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; @@ -195,7 +194,6 @@ void testLanduse() { } @Test - @Disabled void testTransportation() { assertNumFeatures("transportation", Map.of( "class", "path", @@ -207,7 +205,6 @@ void testTransportation() { } @Test - @Disabled void testTransportationName() { assertNumFeatures("transportation_name", Map.of( "name", "Boulevard du Larvotto",