From 218b70fd967a9f4567955dfaefeecef0069ac862 Mon Sep 17 00:00:00 2001 From: Sarah Hoffmann Date: Tue, 3 Oct 2017 14:26:08 +0200 Subject: [PATCH] test: remove road-fallback test from db tests This should be tested in the api section. --- test/bdd/db/import/interpolation.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/bdd/db/import/interpolation.feature b/test/bdd/db/import/interpolation.feature index d7ac9a4f..61e0f463 100644 --- a/test/bdd/db/import/interpolation.feature +++ b/test/bdd/db/import/interpolation.feature @@ -248,10 +248,6 @@ Feature: Import of address interpolations Then results contain | ID | osm_type | osm_id | | 0 | W | 11 | - When searching for "18 Cloud Street" - Then results contain - | ID | osm_type | osm_id | - | 0 | W | 3 | Scenario: addr:street on housenumber way Given the scene parallel-road -- 2.39.5